Merge branch 'master' into peter

This commit is contained in:
brian m. carlson 2014-01-04 00:08:56 +00:00
commit a454d033bd

2
newfol
View file

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