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

Revert 576: it was properly fixed in 640

This commit is contained in:
David Paleino
2011-11-14 09:29:45 +01:00
parent 5963971a1a
commit 2f651538dc
4 changed files with 10 additions and 9 deletions

View File

@@ -189,8 +189,8 @@ if options.connect:
wireless.ConnectWireless(options.network)
check = lambda: wireless.CheckIfWirelessConnecting()
status = lambda: wireless.CheckWirelessConnectingStatus()[1]
message = lambda: wireless.CheckWirelessConnectingMessage()[1]
status = lambda: wireless.CheckWirelessConnectingStatus()
message = lambda: wireless.CheckWirelessConnectingMessage()
elif options.wired:
print "Connecting to wired connection on %s" % wired.DetectWiredInterface()
wired.ConnectWired()