* src/FamilyView.py (FamilyView.new_child_after_edit):

call display_marriage instead of load_family. Prevents the
active person from being changed.


svn: r2493
This commit is contained in:
Don Allingham 2003-12-10 04:20:23 +00:00
parent 4e66fd7b70
commit 6e76f8bd4b

View File

@ -642,7 +642,7 @@ class FamilyView:
self.family.addChild(epo.person)
epo.person.addAltFamily(self.family,"Birth","Birth")
self.load_family(self.family)
self.display_marriage(self.family)
def select_child_clicked(self,obj):
if not self.person: