mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 04:48:00 +01:00
Fixed a bug (typo?) in daemon.py that would keep it from working correctly.
This commit is contained in:
@@ -333,7 +333,7 @@ class ConnectionWizard(dbus.service.Object):
|
||||
if fresh:
|
||||
self.Scan()
|
||||
#self.AutoConnectScan() # Also scans for hidden networks
|
||||
if self.CheckPluggedIn() == True and self.:
|
||||
if self.CheckPluggedIn() == True:
|
||||
if self.GetWiredAutoConnectMethod() == 2:
|
||||
self.LaunchChooser()
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user