Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-04-15 20:51:01 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-04-15 20:51:01 (GMT)
commitb2e0f257cec37b9de97ecf0ba279c5424722ce04 (patch)
treef011d898f80814e65d3fa9361bde9b1f77394152 /shell
parente793614464408d2040f0a86ea78af742d75af5e1 (diff)
Fix buddy icon rollovers; wasn't getting activity ID correctly from HomeActivity object
Diffstat (limited to 'shell')
-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