1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 20:38:00 +01:00

Lengthened the sleep time between putting a wired interface up and checking to see if the link is active.

A few small optimizations/code cleanup.
This commit is contained in:
imdano
2008-03-31 15:23:59 +00:00
parent ed2d53839e
commit c17b437134
3 changed files with 5 additions and 6 deletions

View File

@@ -173,6 +173,7 @@ class ConnectionWizard(dbus.service.Object):
self.AutoConnect(True)
else:
self.Scan()
self.SetForcedDisconnect(True)
print "--no-scan detected, not autoconnecting..."
########## DAEMON FUNCTIONS