* 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
920a605393
commit
df6c1648ad
@ -278,7 +278,7 @@ class FamilyView:
|
||||
|
||||
self.family.addChild(epo.person)
|
||||
epo.person.addAltFamily(self.family,"Birth","Birth")
|
||||
self.load_family()
|
||||
self.load_family(self.family)
|
||||
|
||||
def select_child_clicked(self,obj):
|
||||
if not self.person:
|
||||
|
Loading…
Reference in New Issue
Block a user