6881: latin_american broken for partial families

svn: r23185
This commit is contained in:
Vassilii Khachaturov 2013-09-24 09:54:09 +00:00
parent 69a4dc0333
commit a4ca176c2d

View File

@ -292,8 +292,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 = gen.lib.Name()
preset_name(mother, mothername)