* 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:
Don Allingham 2003-06-18 23:57:03 +00:00
parent 17899f2bac
commit 64729b6807

View File

@ -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: