diff --git a/newfol b/newfol index e3f6cec..7dcc4fb 100755 --- a/newfol +++ b/newfol @@ -621,7 +621,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):