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-09-18 10:04:16 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-09-18 10:04:16 (GMT)
commit0c099a4b7c4552fc983ba016297c0793c549a4b0 (patch)
treec5755e84496d5b1ddb8bc78e1297a03ad5e0fb54 /sugar
parent180c65e81c80bd48362a30719502c688ab660985 (diff)
Do not show titlebar
Diffstat (limited to 'sugar')
-rw-r--r--sugar/session/MatchboxProcess.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/session/MatchboxProcess.py b/sugar/session/MatchboxProcess.py
index b63a4b7..fccf47a 100644
--- a/sugar/session/MatchboxProcess.py
+++ b/sugar/session/MatchboxProcess.py
@@ -8,7 +8,7 @@ class MatchboxProcess(Process):
kbd_config = os.path.join(env.get_data_dir(), 'kbdconfig')
options = '-kbdconfig %s ' % kbd_config
- options += '-theme olpc '
+ options += '-use_titlebar no '
command = 'matchbox-window-manager %s ' % options
Process.__init__(self, command)