Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/model/homemodel.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-22 16:39:06 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-22 16:39:06 (GMT)
commit8679737d86471f2b7f3a6d44f7ee131cd3e83967 (patch)
tree458cbb6d30b62cbaf8f0661745775afbf7e2a1f1 /shell/model/homemodel.py
parentfc805d3a8890156cd74aeca91f1be7f200053481 (diff)
Rename for new API.
Diffstat (limited to 'shell/model/homemodel.py')
-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 ff04dfc..7d3205b 100644
--- a/shell/model/homemodel.py
+++ b/shell/model/homemodel.py
@@ -130,7 +130,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_type()
+ act_type = act_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)