From 0c099a4b7c4552fc983ba016297c0793c549a4b0 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 18 Sep 2006 12:04:16 +0200 Subject: [PATCH] Do not show titlebar --- sugar/session/MatchboxProcess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sugar/session/MatchboxProcess.py b/sugar/session/MatchboxProcess.py index b63a4b77..fccf47a1 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)