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):