* 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 0e61e5519a
commit 69b4f327a9

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: