Fix typo in the fallback code path
This commit is contained in:
parent
99bf82b44f
commit
92416d1519
@ -166,7 +166,7 @@ class HomeModel(gobject.GObject):
|
|||||||
else:
|
else:
|
||||||
# activity got lost, took longer to launch than we allow,
|
# activity got lost, took longer to launch than we allow,
|
||||||
# or it was launched by something other than the shell
|
# or it was launched by something other than the shell
|
||||||
act_type = act_service.get_service_name()
|
act_type = service.get_service_name()
|
||||||
bundle = self._bundle_registry.get_bundle(act_type)
|
bundle = self._bundle_registry.get_bundle(act_type)
|
||||||
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user