mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 20:38:00 +01:00
initialize self._wire_showing in gtk/gui.py, thanks to David Cantrell
This commit is contained in:
@@ -215,6 +215,7 @@ class appGui(object):
|
||||
self.refreshing = False
|
||||
self.prev_state = None
|
||||
self.update_cb = None
|
||||
self._wired_showing = False
|
||||
self.network_list.set_sensitive(False)
|
||||
label = gtk.Label("%s..." % language['scanning'])
|
||||
self.network_list.pack_start(label)
|
||||
|
||||
Reference in New Issue
Block a user