Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2008-02-10 23:44:29 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2008-02-10 23:44:29 (GMT)
commit25b37e572a961b2fbe837e6a0fdedb4f01c6f3d9 (patch)
tree25e0836fbd41fc94ca71c8b7235ab417634afbac /src
parent596c39f42fd93b10a3c8a99d3ebccf7859169246 (diff)
Revert changes Tomeu unintentionally pushed in the last commit.
Diffstat (limited to 'src')
-rw-r--r--src/main.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main.py b/src/main.py
index fd82c75..e785707 100644
--- a/src/main.py
+++ b/src/main.py
@@ -41,10 +41,11 @@ import logsmanager
import config
def _start_matchbox():
- cmd = ['matchbox-window-manager-2-maemo']
+ cmd = ['matchbox-window-manager']
- #cmd.extend(['-theme', 'sugar'])
- #cmd.extend(['-kbdconfig', os.path.join(config.data_path, 'kbdconfig')])
+ cmd.extend(['-use_titlebar', 'no'])
+ cmd.extend(['-theme', 'sugar'])
+ cmd.extend(['-kbdconfig', os.path.join(config.data_path, 'kbdconfig')])
gobject.spawn_async(cmd, flags=gobject.SPAWN_SEARCH_PATH)