1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-16 22:25:45 +01:00

Fixed bug where tray wouldn't load when it automatically opened the daemon

Fixed some typos
This commit is contained in:
imdano
2007-07-05 05:30:09 +00:00
parent 709efd2ac4
commit 7b541011b5
3 changed files with 7 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ except:
print 'daemon not running, running gksudo ./daemon.py...'
import misc
misc.PromptToStartDaemon()
time.sleep(1)
time.sleep(5)
try:
proxy_obj = bus.get_object('org.wicd.daemon', '/org/wicd/daemon')
except: