From 188a68ba1f0d9b5ce060232d20c185c4226f2e21 Mon Sep 17 00:00:00 2001 From: Reinier Heeres Date: Thu, 22 Nov 2007 12:02:14 +0100 Subject: [PATCH] Timeout function for #4612 should return False --- shell/model/homemodel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/model/homemodel.py b/shell/model/homemodel.py index 2441dbc1..44d5417a 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