From 9d892febfa38a3bf9c3da98930e9b0f38d641c67 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sun, 9 Feb 2003 03:14:51 +0000 Subject: [PATCH] Fixed child removal problem svn: r1294 --- src/FamilyView.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FamilyView.py b/src/FamilyView.py index 6bf8160f3..4e66e3ebc 100644 --- a/src/FamilyView.py +++ b/src/FamilyView.py @@ -202,7 +202,7 @@ class FamilyView: child = self.parent.db.getPerson(id) self.family.removeChild(child) - child.removeAltFamily(child) + child.removeAltFamily(self.family) if len(self.family.getChildList()) == 0: if self.family.getFather() == None: