From 8679737d86471f2b7f3a6d44f7ee131cd3e83967 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Thu, 22 Feb 2007 17:39:06 +0100 Subject: [PATCH] Rename for new API. --- shell/model/homemodel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/model/homemodel.py b/shell/model/homemodel.py index ff04dfcd..7d3205b4 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)