Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-05 17:48:12 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-05 17:48:12 (GMT)
commit4b36f84c3093e8a12239dd72c136bae3edae6c91 (patch)
tree445037a96f9fbda05ffbf6e19c98e6651b38efee /sugar
parent5b37955647ae4b82aefd6f5c491c8a98b109abfa (diff)
Fix several makefiles, use olpc theme for matchbox
Diffstat (limited to 'sugar')
-rw-r--r--sugar/session/MatchboxProcess.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sugar/session/MatchboxProcess.py b/sugar/session/MatchboxProcess.py
index fccf47a..4fd4741 100644
--- a/sugar/session/MatchboxProcess.py
+++ b/sugar/session/MatchboxProcess.py
@@ -9,6 +9,7 @@ class MatchboxProcess(Process):
options = '-kbdconfig %s ' % kbd_config
options += '-use_titlebar no '
+ options += '-theme olpc '
command = 'matchbox-window-manager %s ' % options
Process.__init__(self, command)