Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/sugar-shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpgritti@gmail.com>2008-10-03 00:15:25 (GMT)
committer Marco Pesenti Gritti <mpgritti@gmail.com>2008-10-03 00:15:25 (GMT)
commit61826eaf202df49747a7766a06fb8efdb3754148 (patch)
treeaac3a3097c212dbfb80b11a18b6f455fb54fff82 /bin/sugar-shell
parentdfe0c4f46464c6e6ca04e910d7b06170159fb184 (diff)
Use a SUGAR_SCALING variable to configure scaling.
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