Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-09-16 13:01:38 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-09-16 13:01:38 (GMT)
commit8dbdda53846b08f56ab87028a92e5b26fcf9cc3d (patch)
tree352ba75bdd791ea136d4888a9028ed767b154e98 /shell
parentdd6c3fd0fe669152386f0128597225e203fab734 (diff)
Move all the popup logic from IconItem to MenuIcon
Diffstat (limited to 'shell')
-rw-r--r--shell/view/BuddyIcon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/BuddyIcon.py b/shell/view/BuddyIcon.py
index 6fbcc4e..ab1d4fb 100644
--- a/shell/view/BuddyIcon.py
+++ b/shell/view/BuddyIcon.py
@@ -19,7 +19,7 @@ class BuddyIcon(MenuIcon):
return menu
def _popup_action_cb(self, popup, action):
- self._popdown()
+ self.popdown()
model = self._shell.get_model()
if action == BuddyPopup.ACTION_REMOVE_FRIEND: