From e5eef2e183fc13a0d7bbc1faff7c6c48c75671ae Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 18 Aug 2006 19:40:05 +0200 Subject: [PATCH] Back out the 0.2 delay hack --- shell/session/Session.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/shell/session/Session.py b/shell/session/Session.py index 9b09a982..8c5d7519 100644 --- a/shell/session/Session.py +++ b/shell/session/Session.py @@ -54,12 +54,6 @@ class Session: process.start() PresenceService.start() - bus = dbus.Bus() - ret = False - # Wait for the presence service to start up before continuing - while not ret: - ret = dbus.dbus_bindings.bus_name_has_owner(bus._connection, PresenceService.DBUS_SERVICE) - time.sleep(0.2) process = MatchboxProcess() process.start()