From 85a082bb6dae9ae7b8fd63e56d358ead8d9acebf Mon Sep 17 00:00:00 2001 From: John Ralls Date: Thu, 17 Jan 2013 19:48:58 +0000 Subject: [PATCH] Descendant Report: Fix changed Sort function name svn: r21156 --- gramps/plugins/textreport/descendreport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/textreport/descendreport.py b/gramps/plugins/textreport/descendreport.py index 7334fa3bb..9b90d05e5 100644 --- a/gramps/plugins/textreport/descendreport.py +++ b/gramps/plugins/textreport/descendreport.py @@ -335,7 +335,7 @@ class DescendantReport(Report): raise ReportError(_("Person %s is not in the Database") % pid ) sort = Sort(self.database) - self.by_birthdate = sort.by_birthdate + self.by_birthdate = sort.by_birthdate_key #Initialize the Printinfo class self._showdups = menu.get_option_by_name('dups').get_value()