From 123a6e0ecf929315864162e91acb7284e418bb90 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Sun, 24 Feb 2013 06:06:42 +0000 Subject: [PATCH] sync gramps40 to trunk (two places) svn: r21426 --- gramps/grampsapp.py | 2 +- gramps/plugins/textreport/descendreport.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gramps/grampsapp.py b/gramps/grampsapp.py index 9472da916..4373103f0 100644 --- a/gramps/grampsapp.py +++ b/gramps/grampsapp.py @@ -320,7 +320,7 @@ def show_settings(): print (' pycairo : %s' % pycairover_str) print (' osmgpsmap : %s' % osmgpsmap_str) print (' GExiv2 : %s' % gexiv2_str) - print (' o.s. : %s' % operating_system) + print (' o.s. : %s' % sys.platform) if kernel: print (' kernel : %s' % kernel) print ('') diff --git a/gramps/plugins/textreport/descendreport.py b/gramps/plugins/textreport/descendreport.py index 9b90d05e5..87af64e2e 100644 --- a/gramps/plugins/textreport/descendreport.py +++ b/gramps/plugins/textreport/descendreport.py @@ -335,7 +335,6 @@ class DescendantReport(Report): raise ReportError(_("Person %s is not in the Database") % pid ) sort = Sort(self.database) - self.by_birthdate = sort.by_birthdate_key #Initialize the Printinfo class self._showdups = menu.get_option_by_name('dups').get_value()