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-06-29 20:11:28 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-06-29 20:11:28 (GMT)
commit1d4112a8825480169517b09305271646fca69286 (patch)
treea9a7bb8eac28b352fd03afd9d0dd1b8554b1a82a /shell
parenta609da166bf203eca430c7c3d35bd55d2acf33bf (diff)
Set glib program name and application name.
Better way of importing ltihooks. Several cleanups.
Diffstat (limited to 'shell')
-rw-r--r--shell/view/Shell.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/view/Shell.py b/shell/view/Shell.py
index 706281c..6b9c352 100644
--- a/shell/view/Shell.py
+++ b/shell/view/Shell.py
@@ -145,6 +145,7 @@ class Shell(gobject.GObject):
home_model.notify_activity_launch(activity_id, bundle_id)
def notify_launch_failure(self, activity_id):
+ home_model = self._model.get_home()
home_model.notify_activity_launch_failed(activity_id)
def start_activity(self, activity_type):