From acfb0c834444d24e452ad42c0b7526ee300caf56 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Mon, 20 Jul 2009 06:28:55 +0000 Subject: [PATCH] Changed set_wife_handle to set_mother_handle svn: r12821 --- src/plugins/import/ImportCsv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/import/ImportCsv.py b/src/plugins/import/ImportCsv.py index 48c599fe0..ee9106d28 100644 --- a/src/plugins/import/ImportCsv.py +++ b/src/plugins/import/ImportCsv.py @@ -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: