Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorReinier Heeres <reinier@heeres.eu>2007-11-22 11:02:14 (GMT)
committer Reinier Heeres <reinier@heeres.eu>2007-11-22 11:02:14 (GMT)
commit188a68ba1f0d9b5ce060232d20c185c4226f2e21 (patch)
treea09798a5f23df63f8411d557d8032f451d895b86 /shell
parentb876648bd616fa57b0e3c8050af46bb1c6268e75 (diff)
Timeout function for #4612 should return False
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