Fix properties bugs
This commit is contained in:
@@ -81,7 +81,7 @@ class FriendsBox(hippo.CanvasBox):
|
||||
|
||||
def __activity_appeared_cb(self, pservice, activity_ps):
|
||||
activity = self._shell.get_current_activity()
|
||||
if activity and activity_ps.get_id() == activity.get_id():
|
||||
if activity and activity_ps.props.id == activity.get_id():
|
||||
self._set_activity_ps(activity_ps)
|
||||
|
||||
def _set_activity_ps(self, activity_ps):
|
||||
|
||||
Reference in New Issue
Block a user