Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/model/homemodel.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/model/homemodel.py b/shell/model/homemodel.py
index 2441dbc..44d5417 100644
--- a/shell/model/homemodel.py
+++ b/shell/model/homemodel.py
@@ -280,3 +280,4 @@ class HomeModel(gobject.GObject):
if home_activity and home_activity.props.launching:
logging.debug('Activity %s still launching, assuming it failed...', activity_id)
self.notify_activity_launch_failed(activity_id)
+ return False