1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-28 05:15:48 +01:00

Merged with r263 of the mainline 1.6 branch, which (somehow) contains more changes than what I originally had in "r265".

This commit is contained in:
Andrew Psaltis
2009-01-29 23:29:58 -05:00
7 changed files with 1 additions and 388 deletions

View File

@@ -115,7 +115,7 @@ class WicdDaemon(dbus.service.Object):
if not auto_connect:
print "--no-autoconnect detected, not autoconnecting..."
self.SetForcedDisconnect(True)
self.wireless_bus.Scan()
self.wireless_bus.Scan()
def get_debug_mode(self):
return self._debug_mode