1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-08 23:04:19 +01:00

Merged bugfixes from r321 of experimental-nacl.

This commit is contained in:
Andrew Psaltis
2009-05-02 14:08:07 -04:00
3 changed files with 21 additions and 13 deletions

View File

@@ -431,8 +431,6 @@ class WirelessSettingsDialog(AdvancedSettingsDialog):
else:
print "no encryption specified..."
self.set_net_prop("enctype", "None")
for entry in encrypt_info.iterkeys():
self.set_net_prop(entry[0], "")
AdvancedSettingsDialog.save_settings(self)
if self.chkbox_global_settings.get_active():