mirror of
https://github.com/gryf/wicd.git
synced 2025-12-23 22:52:33 +01:00
Fix broken Scan() call in wicd-client
This commit is contained in:
@@ -462,7 +462,7 @@ class TrayIcon(object):
|
||||
gtk.main_iteration()
|
||||
if item.state != gtk.STATE_PRELIGHT:
|
||||
return True
|
||||
wireless.Scan(reply_handler=dummy, error_handler=dummy)
|
||||
wireless.Scan(False)
|
||||
|
||||
def populate_network_menu(self, data=None):
|
||||
""" Populates the network list submenu. """
|
||||
|
||||
Reference in New Issue
Block a user