mirror of
https://github.com/gryf/wicd.git
synced 2025-12-22 05:48:03 +01:00
Do nothing if the user makes a connection attempt while scanning.
This commit is contained in:
@@ -822,6 +822,7 @@ class appGUI():
|
|||||||
self.frame.set_body(self.diag)
|
self.frame.set_body(self.diag)
|
||||||
self.diag_type = 'conf'
|
self.diag_type = 'conf'
|
||||||
if "enter" in keys or 'C' in keys:
|
if "enter" in keys or 'C' in keys:
|
||||||
|
if not self.scanning:
|
||||||
focus = self.frame.body.get_focus()
|
focus = self.frame.body.get_focus()
|
||||||
if focus == self.wiredCB:
|
if focus == self.wiredCB:
|
||||||
self.special = focus
|
self.special = focus
|
||||||
|
|||||||
Reference in New Issue
Block a user