From e9f84ae9b8c29bb103e41809e56623335c05d8e8 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Wed, 10 Mar 2004 02:14:00 +0000 Subject: [PATCH] * src/plugins/Ancestors.py: Use 1 instead of gtk.True. svn: r2991 --- ChangeLog | 2 ++ src/plugins/Ancestors.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6c5debf62..86b88cd6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * src/docgen/LPRDoc.py: Set and maintain self.brand_new_page. Use constant factor for line spacing for given font size. + * src/plugins/Ancestors.py: Use 1 instead of gtk.True. + 2004-03-08 Don Allingham * src/EditPerson.py: TreeView enhancements * src/PeopleModel.py: TreeView enhancements diff --git a/src/plugins/Ancestors.py b/src/plugins/Ancestors.py index cdbf8c784..99289d1f9 100644 --- a/src/plugins/Ancestors.py +++ b/src/plugins/Ancestors.py @@ -934,7 +934,7 @@ _style_name = "default" _person_id = "" _max_gen = 10 _pg_brk = 0 -_opt_cite = gtk.TRUE +_opt_cite = 1 _options = ( _person_id, _max_gen, _pg_brk, _opt_cite )