Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-05 17:34:19 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-05 17:34:19 (GMT)
commit5b37955647ae4b82aefd6f5c491c8a98b109abfa (patch)
tree5eebb2bfb8b695b8e601720d5e503bca4908b3ce /sugar
parent1b0e469dbd90572d2bf6e4b928d1022a99c447c3 (diff)
Revert "Install our own matchbox theme to disable shadows"
This reverts 0e77fc5bf9476ff08baf7855476c99fb2aadbc86 commit.
Diffstat (limited to 'sugar')
-rw-r--r--sugar/session/MatchboxProcess.py1
1 files changed, 0 insertions, 1 deletions
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)