* src/ReportUtils.py (child_str): Initialize text.

svn: r5458
This commit is contained in:
Alex Roitman 2005-12-01 16:06:51 +00:00
parent 070ce1bde1
commit 8f84e924bb
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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: