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-08-10 21:54:34 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-10 21:54:34 (GMT)
commit27456ff7231b65ffc4409f76b167110e32790626 (patch)
treeee29a1082145372fd0a524366b7204617c134c0c /sugar
parent093a1981d50bbefc4e76a5c65b42baa76b095a81 (diff)
Remove the theme hacks. sugar-jhbuild set this up fine now.
Diffstat (limited to 'sugar')
-rw-r--r--sugar/Makefile.am1
-rw-r--r--sugar/theme.py10
2 files changed, 0 insertions, 11 deletions
diff --git a/sugar/Makefile.am b/sugar/Makefile.am
index 3820c40..2a06eb4 100644
--- a/sugar/Makefile.am
+++ b/sugar/Makefile.am
@@ -7,7 +7,6 @@ sugar_PYTHON = \
bots.py \
env.py \
setup.py \
- theme.py \
util.py \
LogWriter.py
diff --git a/sugar/theme.py b/sugar/theme.py
deleted file mode 100644
index 628d188..0000000
--- a/sugar/theme.py
+++ /dev/null
@@ -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', '')