Fix matchbox invocation

This commit is contained in:
Marco Pesenti Gritti 2007-03-09 14:59:47 +01:00
parent 62a1b69bcf
commit 8a98cdc6e0

View File

@ -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)