Merge branch 'master' into peter
This commit is contained in:
commit
a454d033bd
1 changed files with 1 additions and 1 deletions
2
newfol
2
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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue