* src/plugins/Ancestors.py: Use 1 instead of gtk.True.

svn: r2991
This commit is contained in:
Alex Roitman 2004-03-10 02:14:00 +00:00
parent 5a4a69b83c
commit e9f84ae9b8
2 changed files with 3 additions and 1 deletions

View File

@ -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 <dallingham@users.sourceforge.net>
* src/EditPerson.py: TreeView enhancements
* src/PeopleModel.py: TreeView enhancements

View File

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