* src/plugins/IndivComplete.py (write_note): Typo.

svn: r2600
This commit is contained in:
Alex Roitman 2004-01-07 20:22:10 +00:00
parent 918edf8a03
commit 8bee58b9a5
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2004-01-06 Alex Roitman <shura@alex.neuro.umn.edu>
* src/plugins/IndivComplete.py (write_note): Typo.
2004-01-06 Alex Roitman <shura@alex.neuro.umn.edu>
* doc/gramps-manual/ru/mainwin.xml: Update translation.
* doc/gramps-manual/ru/usage.xml: Update translation.

View File

@ -172,7 +172,7 @@ class IndivComplete(Report.Report):
self.d.start_row()
self.d.start_cell('IDS-NormalCell',2)
format = person.getNoteFormat()
format = self.person.getNoteFormat()
self.doc.write_note(note,format,'IDS-Normal')
self.d.end_cell()
self.d.end_row()