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

Testing/Experimental:

- Fixed bug where monitor would crash on resume because dbus wasn't ready yet.
- Monitor now calls a rescan every 2 minutes.

Experimental:
- Added a network list submenu to the right-click menu of the tray icon.
This commit is contained in:
imdano
2008-05-03 09:30:09 +00:00
parent 5b83ce7052
commit e6ffa892ff
4 changed files with 163 additions and 56 deletions

View File

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