1
0
mirror of https://github.com/gryf/wicd.git synced 2026-03-12 20:45:52 +01:00

experimental:

- Merge missing dbusmanager changes from pluggablebackends
- Merge a change from trunk for --no-autoconnect mode
- Make monitor timeout_add_seconds time an integer
This commit is contained in:
imdano
2008-09-13 21:39:20 +00:00
parent bbfcae834e
commit 3989159ee6
3 changed files with 58 additions and 3 deletions

View File

@@ -111,8 +111,8 @@ class WicdDaemon(dbus.service.Object):
self.AutoConnect(True)
else:
self.wireless_bus.Scan()
#self.SetForcedDisconnect(True)
print "--no-scan detected, not autoconnecting..."
self.SetForcedDisconnect(True)
print "--no-autoconnect detected, not autoconnecting..."
@dbus.service.method('org.wicd.daemon')
def Hello(self):