mirror of
https://github.com/gryf/wicd.git
synced 2025-12-23 22:52:33 +01:00
Tweak autoconnect logic be more likely to work if initial scans don't give us good results.
This commit is contained in:
@@ -484,7 +484,7 @@ class appGui(object):
|
||||
""" Kick off an asynchronous wireless scan. """
|
||||
if not DBUS_AVAIL: return
|
||||
self.refreshing = True
|
||||
wireless.Scan(reply_handler=None, error_handler=None)
|
||||
wireless.Scan(False)
|
||||
|
||||
def refresh_networks(self, widget=None, fresh=True, hidden=None):
|
||||
""" Refreshes the network list.
|
||||
|
||||
Reference in New Issue
Block a user