Fixed call to delete_empty_family

svn: r655
This commit is contained in:
Don Allingham 2001-12-23 03:54:22 +00:00
parent 2e2057c632
commit e8a3f686c5

View File

@ -468,7 +468,7 @@ class MergePeople:
if self.p2 == fam.getMother():
fam.setMother(self.p1)
if fam.getFather() == None and fam.getMother() == None:
self.delete_empty_family(self)
self.delete_empty_family(fam)
def remove_marriage(self,family,person):
if person: