* 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:
@ -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)
|
||||
|
Reference in New Issue
Block a user