From 4b36f84c3093e8a12239dd72c136bae3edae6c91 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 05 Oct 2006 17:48:12 +0000 Subject: Fix several makefiles, use olpc theme for matchbox --- (limited to 'sugar') diff --git a/sugar/session/MatchboxProcess.py b/sugar/session/MatchboxProcess.py index fccf47a..4fd4741 100644 --- a/sugar/session/MatchboxProcess.py +++ b/sugar/session/MatchboxProcess.py @@ -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) -- cgit v0.9.1