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:
@@ -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. """
|
||||||
|
|||||||
Reference in New Issue
Block a user