Fix buddy icon rollovers; wasn't getting activity ID correctly from HomeActivity object
This commit is contained in:
parent
e793614464
commit
b2e0f257ce
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user