Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/Shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/view/Shell.py')
-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):