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