Pass the right parameters to HomeActivity
This commit is contained in:
parent
8679737d86
commit
2c896e35b1
@ -135,7 +135,7 @@ class HomeModel(gobject.GObject):
|
|||||||
if not bundle:
|
if not bundle:
|
||||||
raise RuntimeError("No bundle for activity type '%s'." % act_type)
|
raise RuntimeError("No bundle for activity type '%s'." % act_type)
|
||||||
return
|
return
|
||||||
activity = HomeActivity(act_service, bundle)
|
activity = HomeActivity(bundle, act_id)
|
||||||
self._activities[act_id] = activity
|
self._activities[act_id] = activity
|
||||||
|
|
||||||
activity.set_window(window)
|
activity.set_window(window)
|
||||||
|
Loading…
Reference in New Issue
Block a user