Fix buddy icon rollovers; wasn't getting activity ID correctly from HomeActivity object

This commit is contained in:
Dan Williams
2007-04-15 16:51:01 -04:00
parent e793614464
commit b2e0f257ce
+1 -1
View File
@@ -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