Changed set_wife_handle to set_mother_handle

svn: r12821
This commit is contained in:
Doug Blank 2009-07-20 06:28:55 +00:00
parent cfd4c5e300
commit acfb0c8344

View File

@ -718,7 +718,7 @@ class CSVParser(object):
if wife:
if wife.get_handle() != fam_wife_handle:
# this wife is not the same old one! Add her!
family.set_wife_handle(wife.get_handle())
family.set_mother_handle(wife.get_handle())
if self.debug: print " returning existing family"
return family
# if not, create one: