Changed setMainFamily to setMainParents

svn: r993
This commit is contained in:
Don Allingham 2002-05-17 14:52:34 +00:00
parent 3c44674456
commit fe470d9e3a

View File

@ -292,7 +292,7 @@ class MergePeople:
orig_family.removeChild(self.p1)
source_family = self.p2.getMainParents()
self.p1.setMainFamily(source_family)
self.p1.setMainParents(source_family)
if source_family:
if self.p2 in source_family.getChildList():