From 9eafc61bdadffe118bec36556afb1f13ccc0bdbc Mon Sep 17 00:00:00 2001 From: "brian m. carlson" Date: Sat, 4 Jan 2014 00:03:46 +0000 Subject: [PATCH] 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 --- newfol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newfol b/newfol index 0820fe1..ad930a9 100755 --- a/newfol +++ b/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):