* src/ReportUtils.py (rgb_color): Add docs; (child_str): Fixes.

* src/plugins/Ancestors.py: Misc fixes.
* src/plugins/DetAncestralReport.py: Properly call child_str.
* src/plugins/DetDescendantReport.py: Properly call child_str.
* src/plugins/FtmStyleAncestors.py: Properly call child_str.
* src/plugins/FtmStyleDescendants.py: Properly call child_str.


svn: r4073
This commit is contained in:
Alex Roitman
2005-02-22 03:43:53 +00:00
parent bdbbe239aa
commit bb03994a08
7 changed files with 49 additions and 74 deletions

View File

@ -336,7 +336,7 @@ class FtmAncestorReport(Report.Report):
else:
father_name = ""
text = ReportUtils.child_str(person,0,
text = ReportUtils.child_str(person,
father_name,mother_name,dead)
if text:
self.doc.write_text(text)