diff --git a/gramps/src/gramps_main.py b/gramps/src/gramps_main.py index 532c75da1..0e2196cfa 100755 --- a/gramps/src/gramps_main.py +++ b/gramps/src/gramps_main.py @@ -915,7 +915,7 @@ class Gramps: if family.getMother() == None: for child in family.getChildList(): child.removeAltFamily(family) - self.db.removeFamily(family) + self.db.deleteFamily(family) else: family.setFather(None) else: