1
0
mirror of https://github.com/gryf/wicd.git synced 2026-03-04 07:45:44 +01:00

experimental:

- Some minor cleanup/formatting fixes
- Add a missing DetectWiredInterfaces() method to networking.py
This commit is contained in:
imdano
2008-08-24 08:15:24 +00:00
parent 0844386017
commit 37838ba057
4 changed files with 14 additions and 11 deletions

View File

@@ -407,7 +407,7 @@ class WirelessSettingsDialog(AdvancedSettingsDialog):
if ID == -1:
self.combo_encryption.set_active(0)
ID = 0
opts = methods[ID][2]
for x in opts:
box = None
@@ -417,9 +417,9 @@ class WirelessSettingsDialog(AdvancedSettingsDialog):
box = LabelEntry(opts[x][0].replace('_',' '))
box.set_auto_hidden(True)
self.vbox_encrypt_info.pack_start(box)
#add the data to any array, so that the information
#can be easily accessed by giving the name of the wanted
#data
# Add the data to any array, so that the information
# can be easily accessed by giving the name of the wanted
# data.
self.encryption_info[opts[x][1]] = box.entry
box.entry.set_text(noneToBlankString(