From b2e0f257cec37b9de97ecf0ba279c5424722ce04 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sun, 15 Apr 2007 16:51:01 -0400 Subject: [PATCH] Fix buddy icon rollovers; wasn't getting activity ID correctly from HomeActivity object --- shell/view/BuddyMenu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/view/BuddyMenu.py b/shell/view/BuddyMenu.py index 1a76168a..16e43cff 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