* src/ChooseParents.py: fix typo

* src/PedView.py: build child menu with IDs
* src/ReadGedcom.py: save birth/death events, handle FTM's broken
"_primary" junk


svn: r2936
This commit is contained in:
Don Allingham
2004-02-29 05:09:23 +00:00
parent 967f956550
commit 4c2c7c68f0
4 changed files with 13 additions and 5 deletions

View File

@ -646,7 +646,7 @@ class ModifyParents:
if len(self.person.get_parent_family_id_list()) > 1:
self.glade.get_widget('pref_label').show()
self.pref.show()
if family == self.person.get_parent_family_id_list()[0]:
if self.family == self.person.get_parent_family_id_list()[0]:
self.pref.set_active(1)
else:
self.pref.set_active(0)