1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 20:38:00 +01:00

Implemented wired encryption in ncurses front-end.

This commit is contained in:
Joe MacMahon
2012-01-29 18:36:43 +00:00
parent af3c388a08
commit 41d145c6cb
2 changed files with 115 additions and 48 deletions

View File

@@ -827,7 +827,7 @@ class appGUI():
focus = self.thePile.get_focus()
self.frame.set_footer(urwid.Pile([self.confCols,self.footer2]))
if focus == self.wiredCB:
self.diag = WiredSettingsDialog(self.wiredCB.get_body().get_selected_profile())
self.diag = WiredSettingsDialog(self.wiredCB.get_body().get_selected_profile(),self.frame)
self.frame.set_body(self.diag)
else:
# wireless list only other option