1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 20:38:00 +01:00

Fixed a problem where if a scan is initiated externally, and wicd-curses doesn't see it, wicd-curses will half-drop a running big dialog.

This commit is contained in:
Andrew Psaltis
2009-04-21 14:09:29 -04:00
parent 72e6bb73de
commit fedd788264

View File

@@ -616,7 +616,8 @@ class appGUI():
self.do_diag_lock = False
return True
self.update_netlist(force_check=True)
self.frame.set_body(self.thePile)
if not self.diag:
self.frame.set_body(self.thePile)
self.screen_locked = False
self.update_ui()