Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/popupcontext.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/graphics/popupcontext.py')
-rw-r--r--sugar/graphics/popupcontext.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/sugar/graphics/popupcontext.py b/sugar/graphics/popupcontext.py
index 5dad58a..59fb16b 100644
--- a/sugar/graphics/popupcontext.py
+++ b/sugar/graphics/popupcontext.py
@@ -42,3 +42,6 @@ class PopupContext(gobject.GObject):
def is_active(self):
return self._active_control != None
+
+ def get_position(self, control, popup):
+ return [None, None]