Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-08-18 17:40:05 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-18 17:40:05 (GMT)
commite5eef2e183fc13a0d7bbc1faff7c6c48c75671ae (patch)
tree1bf50240002731541f3195f0544ac82d251b9998 /shell
parent678c7b94743bf93a89f9f7d61e0d6eebf453e73f (diff)
Back out the 0.2 delay hack
Diffstat (limited to 'shell')
-rw-r--r--shell/session/Session.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/session/Session.py b/shell/session/Session.py
index 9b09a98..8c5d751 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()