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:
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: