Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-04-17 16:17:26 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-04-17 16:17:26 (GMT)
commit92416d1519c67012e02af17a672edead91f68011 (patch)
treea2c3068494a27f92f923359f26d08044b9950305 /shell
parent99bf82b44f5c5033094d295a2e60a1988be7d669 (diff)
Fix typo in the fallback code path
Diffstat (limited to 'shell')
-rw-r--r--shell/model/homemodel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/model/homemodel.py b/shell/model/homemodel.py
index 0b1eeb5..99b0512 100644
--- a/shell/model/homemodel.py
+++ b/shell/model/homemodel.py
@@ -166,7 +166,7 @@ class HomeModel(gobject.GObject):
else:
# activity got lost, took longer to launch than we allow,
# 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)
if not bundle:
raise RuntimeError("No bundle for activity type '%s'." % act_type)