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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user