Back out the 0.2 delay hack

This commit is contained in:
Marco Pesenti Gritti 2006-08-18 19:40:05 +02:00
parent 678c7b9474
commit e5eef2e183

View File

@ -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()