* src/plugins/FamilyGroup.py (dump_parent): Typo.
svn: r3917
This commit is contained in:
parent
de38bec406
commit
a91ea37f9c
@ -1,6 +1,7 @@
|
||||
2005-01-16 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||
* src/Plugins.py (reload_plugins): Check for status.
|
||||
* src/Report.py: pychecker fixes
|
||||
* src/plugins/FamilyGroup.py (dump_parent): Typo.
|
||||
|
||||
2005-01-15 Don Allingham <dallingham@users.sourceforge.net>
|
||||
* src/EditPerson.py: don't use quote date
|
||||
|
@ -166,7 +166,7 @@ class FamilyGroup(Report.Report):
|
||||
else:
|
||||
the_id = _("Wife")
|
||||
|
||||
self.doc.start_table(id,'FGR-ParentTable')
|
||||
self.doc.start_table(the_id,'FGR-ParentTable')
|
||||
self.doc.start_row()
|
||||
self.doc.start_cell('FGR-ParentHead',3)
|
||||
self.doc.start_paragraph('FGR-ParentName')
|
||||
|
Loading…
Reference in New Issue
Block a user