* src/FamilyView.py: keep focus on correct family after a new
child is added * src/plugins/WriteGedcom.py: catch filter exceptions * src/GenericFilter.py: eliminate loop detection svn: r1760
This commit is contained in:
parent
17899f2bac
commit
64729b6807
@ -278,7 +278,7 @@ class FamilyView:
|
|||||||
|
|
||||||
self.family.addChild(epo.person)
|
self.family.addChild(epo.person)
|
||||||
epo.person.addAltFamily(self.family,"Birth","Birth")
|
epo.person.addAltFamily(self.family,"Birth","Birth")
|
||||||
self.load_family()
|
self.load_family(self.family)
|
||||||
|
|
||||||
def select_child_clicked(self,obj):
|
def select_child_clicked(self,obj):
|
||||||
if not self.person:
|
if not self.person:
|
||||||
|
Loading…
Reference in New Issue
Block a user