Changed setMainFamily to setMainParents
svn: r993
This commit is contained in:
parent
3c44674456
commit
fe470d9e3a
@ -292,7 +292,7 @@ class MergePeople:
|
|||||||
orig_family.removeChild(self.p1)
|
orig_family.removeChild(self.p1)
|
||||||
|
|
||||||
source_family = self.p2.getMainParents()
|
source_family = self.p2.getMainParents()
|
||||||
self.p1.setMainFamily(source_family)
|
self.p1.setMainParents(source_family)
|
||||||
|
|
||||||
if source_family:
|
if source_family:
|
||||||
if self.p2 in source_family.getChildList():
|
if self.p2 in source_family.getChildList():
|
||||||
|
Loading…
Reference in New Issue
Block a user