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 <mpg@redhat.com>2007-03-09 13:59:47 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-03-09 13:59:47 (GMT)
commit8a98cdc6e026d230aa555a9aa8b828d20ad0b1f5 (patch)
tree8f713b0bce0673c48f4b37720c87779fe10e6c08 /sugar
parent62a1b69bcf511b5f69af210a0b36a865e144b56a (diff)
Fix matchbox invocation
Diffstat (limited to 'sugar')
-rw-r--r--sugar/emulator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/emulator.py b/sugar/emulator.py
index bc06924..5373255 100644
--- a/sugar/emulator.py
+++ b/sugar/emulator.py
@@ -69,7 +69,7 @@ class MatchboxProcess(Process):
options += '-theme olpc '
if kbd_config:
- options = '-kbdconfig %s ' % kbd_config
+ options += '-kbdconfig %s ' % kbd_config
command = 'matchbox-window-manager %s ' % options
Process.__init__(self, command)