Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar-shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-05-11 18:31:44 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-05-11 18:31:44 (GMT)
commitd319ac192d155c8b23744a1c162c50e4179ee1bd (patch)
tree3037f12b7c0b094732c7a2b125f77c6533f7cd4f /shell/sugar-shell
parent5b55fbc99e4e7624e2043178c28ae54155e5a784 (diff)
Use sugar theme for matchbox
Diffstat (limited to 'shell/sugar-shell')
-rwxr-xr-xshell/sugar-shell2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/sugar-shell b/shell/sugar-shell
index c203298..d84827b 100755
--- a/shell/sugar-shell
+++ b/shell/sugar-shell
@@ -43,7 +43,7 @@ def _start_matchbox():
cmd = ['matchbox-window-manager']
cmd.extend(['-use_titlebar', 'no'])
- cmd.extend(['-theme', 'olpc'])
+ cmd.extend(['-theme', 'sugar'])
cmd.extend(['-kbdconfig', env.get_shell_path('kbdconfig')])
gobject.spawn_async(cmd, flags=gobject.SPAWN_SEARCH_PATH)