Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/view/BuddyMenu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/BuddyMenu.py b/shell/view/BuddyMenu.py
index 1a76168..16e43cf 100644
--- a/shell/view/BuddyMenu.py
+++ b/shell/view/BuddyMenu.py
@@ -88,7 +88,7 @@ class BuddyMenu(Menu):
activity = shell_model.get_home().get_current_activity()
if activity != None:
- activity_ps = pservice.get_activity(activity.get_id())
+ activity_ps = pservice.get_activity(activity.get_activity_id())
# FIXME check that the buddy is not in the activity already