1
0
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:
Adam Blackburn
2009-12-30 11:06:27 -10:00
parent aec29fb7d1
commit b86dac30f3

View File

@@ -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()