From 6672230f237340255c5d89181c2dc67fafa4396f Mon Sep 17 00:00:00 2001 From: Paul Culley Date: Wed, 28 Nov 2018 12:27:47 -0600 Subject: [PATCH] Fix typo in CitationListModel for sort change (#730) --- gramps/gui/views/treemodels/citationlistmodel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gui/views/treemodels/citationlistmodel.py b/gramps/gui/views/treemodels/citationlistmodel.py index 4aec38d58..094599241 100644 --- a/gramps/gui/views/treemodels/citationlistmodel.py +++ b/gramps/gui/views/treemodels/citationlistmodel.py @@ -91,7 +91,7 @@ class CitationListModel(CitationBaseModel, FlatBaseModel): self.citation_src_abbr, self.citation_src_pinfo, self.citation_src_private, - self.citation_src_sort_chan, + self.citation_src_sort_change, self.citation_tag_color ] FlatBaseModel.__init__(self, db, uistate, scol, order, search=search,