mirror of
https://github.com/gryf/wicd.git
synced 2026-01-05 05:14:17 +01:00
Some more bugfixes...
Fixed unencrypted network support in both UIs. Fixed marking the Static IP checkbox in wicd-curses. Made the checkboxes in the the network properties dialogs in wicd-curses act like those in wicd-client. Filter the urwid popen2 warning in wicd-curses.
This commit is contained in:
@@ -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].entry, "")
|
||||
AdvancedSettingsDialog.save_settings(self)
|
||||
|
||||
if self.chkbox_global_settings.get_active():
|
||||
|
||||
Reference in New Issue
Block a user