From a79e943c19eac8b11d971bea36a4c1e9bfd0e18f Mon Sep 17 00:00:00 2001 From: Vassilii Khachaturov Date: Wed, 25 Sep 2013 11:12:10 +0000 Subject: [PATCH] 6881: latin_american broken for partial families svn: r23193 --- gramps/gui/editors/editfamily.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gramps/gui/editors/editfamily.py b/gramps/gui/editors/editfamily.py index 450e73f10..cc3c9a113 100644 --- a/gramps/gui/editors/editfamily.py +++ b/gramps/gui/editors/editfamily.py @@ -303,8 +303,10 @@ class ChildEmbedList(EmbeddedList): return name if not father: preset_name(mother, name) + return name if not mother: preset_name(father, name) + return name #we take first surname, and keep that mothername = Name() preset_name(mother, mothername)