* src/ReportUtils.py (child_str): Initialize text.
svn: r5458
This commit is contained in:
parent
070ce1bde1
commit
8f84e924bb
@ -1,3 +1,6 @@
|
||||
2005-12-01 Alex Roitman <shura@gramps-project.org>
|
||||
* src/ReportUtils.py (child_str): Initialize text.
|
||||
|
||||
2005-11-30 Don Allingham <don@gramps-project.org>
|
||||
* src/ReadGedcom.py: fix mixing note assignment
|
||||
* src/PeopleModel.py: streamline display
|
||||
|
@ -1743,6 +1743,7 @@ def child_str(person, father_name="", mother_name="", dead=0, person_name=0):
|
||||
|
||||
gender = person.get_gender()
|
||||
|
||||
text = ""
|
||||
if mother_name and father_name:
|
||||
text = child_father_mother[gender][index][dead] % values
|
||||
elif mother_name:
|
||||
|
Loading…
Reference in New Issue
Block a user