1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-09 07:14:13 +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() gtk.main_iteration()
if item.state != gtk.STATE_PRELIGHT: if item.state != gtk.STATE_PRELIGHT:
return True return True
wireless.Scan(reply_handler=dummy, error_handler=dummy) wireless.Scan(False)
def populate_network_menu(self, data=None): def populate_network_menu(self, data=None):
""" Populates the network list submenu. """ """ Populates the network list submenu. """