mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 20:38:00 +01:00
Removed "in keys" from line 415 per NaCl's suggestion.
This commit is contained in:
@@ -412,7 +412,7 @@ class PrefsDialog(urwid.WidgetWrap):
|
||||
overlay.keypress(dim, k)
|
||||
if self.CANCEL_PRESSED:
|
||||
return False
|
||||
if self.OK_PRESSED in keys:
|
||||
if self.OK_PRESSED:
|
||||
return True
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user