From 5b37955647ae4b82aefd6f5c491c8a98b109abfa Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 05 Oct 2006 17:34:19 +0000 Subject: Revert "Install our own matchbox theme to disable shadows" This reverts 0e77fc5bf9476ff08baf7855476c99fb2aadbc86 commit. --- (limited to 'sugar') diff --git a/sugar/session/MatchboxProcess.py b/sugar/session/MatchboxProcess.py index 4fd4741..fccf47a 100644 --- a/sugar/session/MatchboxProcess.py +++ b/sugar/session/MatchboxProcess.py @@ -9,7 +9,6 @@ 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