From 58827a5ccd9d2cb326575f1603807327325c9d59 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 --- src/plugins/FtmStyleAncestors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/FtmStyleAncestors.py b/src/plugins/FtmStyleAncestors.py index c9d3d92d0..3d07ba4fc 100644 --- a/src/plugins/FtmStyleAncestors.py +++ b/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)