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:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-07-01 10:55:10 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-07-01 10:55:10 (GMT)
commit4aee850af7b3de3dab24aa6cf72a855162e4fddd (patch)
tree8363ae249a4ddebe8d1ddd3e0362d496705139db /shell/view/Shell.py
parentaa5d6af260ce93495fd7bb9d19a094106c331e98 (diff)
Replace Menu for Palette.
Diffstat (limited to 'shell/view/Shell.py')
-rw-r--r--shell/view/Shell.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/shell/view/Shell.py b/shell/view/Shell.py
index 6b9c352..b4e2fea 100644
--- a/shell/view/Shell.py
+++ b/shell/view/Shell.py
@@ -26,7 +26,6 @@ import gtk
import wnck
from sugar.activity.activityhandle import ActivityHandle
-from sugar.graphics.popupcontext import PopupContext
from sugar.activity import activityfactory
from sugar.datastore import datastore
from sugar import profile
@@ -52,7 +51,6 @@ class Shell(gobject.GObject):
self._screen_rotation = 0
self._key_handler = KeyHandler(self)
- self._popup_context = PopupContext()
self._frame = Frame(self)
self._frame.show()
@@ -114,9 +112,6 @@ class Shell(gobject.GObject):
def get_frame(self):
return self._frame
- def get_popup_context(self):
- return self._popup_context
-
def join_activity(self, bundle_id, activity_id):
activity = self.get_activity(activity_id)
if activity: