From c7f705a048e51d444dcfe03201a5bf3a96de7cf3 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Mon, 9 Jun 2003 22:46:00 +0000 Subject: [PATCH] Minor update svn: r1679 --- gramps2/src/plugins/FtmStyleAncestors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps2/src/plugins/FtmStyleAncestors.py b/gramps2/src/plugins/FtmStyleAncestors.py index c9d3d92d0..3d07ba4fc 100644 --- a/gramps2/src/plugins/FtmStyleAncestors.py +++ b/gramps2/src/plugins/FtmStyleAncestors.py @@ -860,7 +860,7 @@ class FtmAncestorBareReportDialog(Report.BareReportDialog): self.make_default_style = _make_default_style self.max_gen = self.options[1] self.pg_brk = self.options[2] - self.selected_style = stl + self.style = stl self.new_person = None self.generations_spinbox.set_value(self.max_gen)