Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/session/MatchboxProcess.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/session/MatchboxProcess.py')
-rw-r--r--sugar/session/MatchboxProcess.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sugar/session/MatchboxProcess.py b/sugar/session/MatchboxProcess.py
index 4fd4741..fccf47a 100644
--- a/sugar/session/MatchboxProcess.py
+++ b/sugar/session/MatchboxProcess.py
@@ -9,7 +9,6 @@ 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)