mirror of
https://github.com/gryf/wicd.git
synced 2025-12-25 07:32:29 +01:00
fix network list not being enabled after disconnect button clicked
This commit is contained in:
@@ -735,6 +735,7 @@ class appGui(object):
|
||||
"""
|
||||
def handler(*args):
|
||||
gobject.idle_add(self.all_network_list.set_sensitive, True)
|
||||
gobject.idle_add(self.network_list.set_sensitive, True)
|
||||
|
||||
widget.hide()
|
||||
networkentry.connect_button.show()
|
||||
|
||||
Reference in New Issue
Block a user