From b2e0f257cec37b9de97ecf0ba279c5424722ce04 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sun, 15 Apr 2007 20:51:01 +0000 Subject: Fix buddy icon rollovers; wasn't getting activity ID correctly from HomeActivity object --- (limited to 'shell') 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 -- cgit v0.9.1