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