Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/sugar-shell
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sugar-shell')
-rw-r--r--bin/sugar-shell9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/sugar-shell b/bin/sugar-shell
index a47b556..6a8d112 100644
--- a/bin/sugar-shell
+++ b/bin/sugar-shell
@@ -18,15 +18,6 @@
import os
import gettext
-from jarabe import config
-
-if os.environ.has_key('SUGAR_THEME'):
- theme = os.environ['SUGAR_THEME']
-else:
- theme = 'sugar'
-
-os.environ['GTK2_RC_FILES'] = os.path.join(config.data_path, '%s.gtkrc' % theme)
-
import gtk
import gobject
import dbus.glib