Remove the theme hacks. sugar-jhbuild set this up fine now.

This commit is contained in:
Marco Pesenti Gritti
2006-08-10 23:54:34 +02:00
parent 093a1981d5
commit 27456ff723
4 changed files with 1 additions and 23 deletions
-1
View File
@@ -7,7 +7,6 @@ sugar_PYTHON = \
bots.py \
env.py \
setup.py \
theme.py \
util.py \
LogWriter.py
-10
View File
@@ -1,10 +0,0 @@
import gtk
def setup():
settings = gtk.settings_get_default()
if settings.get_property('gtk-theme-name') != 'olpc':
settings.set_string_property('gtk-theme-name', 'olpc', '')
if settings.get_property('gtk-icon-theme-name') != 'olpc':
settings.set_string_property('gtk-icon-theme-name', 'olpc', '')