Remove our custom launch timeout. The dbus timeout

is enough.
This commit is contained in:
Marco Pesenti Gritti
2007-06-01 10:24:13 +02:00
parent d271e1f481
commit 38c0cf411c
4 changed files with 3 additions and 57 deletions
-2
View File
@@ -70,8 +70,6 @@ class Shell(gobject.GObject):
def _activity_removed_cb(self, home_model, home_activity):
if home_activity.get_type() in self._activities_starting:
self._activities_starting.remove(home_activity.get_type())
if not home_activity.get_launched():
return
xid = home_activity.get_xid()
if self._hosts.has_key(xid):
self._hosts[xid].destroy()