Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/emulator.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/emulator.py')
-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)