Fix several makefiles, use olpc theme for matchbox

This commit is contained in:
Marco Pesenti Gritti
2006-10-05 19:48:12 +02:00
parent 5b37955647
commit 4b36f84c30
4 changed files with 3 additions and 2 deletions
+1
View File
@@ -9,6 +9,7 @@ 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)