Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/Shell.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-02-20 13:57:50 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-20 13:57:50 (GMT)
commitee66b2237df8589170da9724f36fe28e86e1cee1 (patch)
treebb50f723b62f60a6683184892585cb2ebf639e32 /shell/view/Shell.py
parentb44715cf087028b2ac136174c7263fa09a642372 (diff)
More work to get rid of stylesheets, some regressions.
Diffstat (limited to 'shell/view/Shell.py')
-rw-r--r--shell/view/Shell.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/view/Shell.py b/shell/view/Shell.py
index 242bf51..8d0fd49 100644
--- a/shell/view/Shell.py
+++ b/shell/view/Shell.py
@@ -19,8 +19,6 @@ import logging
import gobject
import wnck
-import view.stylesheet
-from sugar.graphics import style
from view.home.HomeWindow import HomeWindow
from sugar.presence import PresenceService
from view.ActivityHost import ActivityHost
@@ -41,8 +39,6 @@ class Shell(gobject.GObject):
self._current_host = None
self._screen_rotation = 0
- style.load_stylesheet(view.stylesheet)
-
self._hw_manager = HardwareManager()
self._audio_manager = AudioManager()