mirror of
https://github.com/gryf/wicd.git
synced 2025-12-31 11:02:33 +01:00
Fix bug where the daemon could crash if an encryption key was entered for a network without encryption on.
Some minor code formatting changes Replace "new" with "experimental" in description for ioctl backend.
This commit is contained in:
@@ -738,7 +738,7 @@ class appGui(object):
|
||||
self._save_gen_settings(entry)
|
||||
entry.set_net_prop("automatic",
|
||||
noneToString(netent.chkbox_autoconnect.get_active()))
|
||||
|
||||
|
||||
if entry.chkbox_global_settings.get_active():
|
||||
entry.set_net_prop('use_settings_globally', True)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user