1
0
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:
Dan O'Reilly
2009-01-31 20:22:15 -05:00
parent d22a59cbcc
commit dca0f59b06

View File

@@ -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. """