newfol: make view in editor button work.
The keystroke for loading the search results in the editor worked, but the button did not. Fix this. Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
This commit is contained in:
parent
544fc064e9
commit
9eafc61bda
1 changed files with 1 additions and 1 deletions
2
newfol
2
newfol
|
|
@ -625,7 +625,7 @@ class SortingTemplateRecordView(RecordView):
|
|||
elif button.label == "Search":
|
||||
type_ = "select"
|
||||
else:
|
||||
type_ = "select-for-editor"
|
||||
type_ = "next-secondary"
|
||||
button.cb_obj.callback(type_, button)
|
||||
urwid.connect_signal(button, 'click', callback_glue)
|
||||
def _render_buttons(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue