2007-12-11 Benny Malengier <benny.malengier@gramps-project.org>

* src/plugins/IndivComplete.py: bug on buglist, wrong parameter



svn: r9488
This commit is contained in:
Benny Malengier 2007-12-11 08:25:16 +00:00
parent 6911aa415a
commit 0bad0de909
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2007-12-11 Benny Malengier <benny.malengier@gramps-project.org>
* src/plugins/IndivComplete.py: bug on buglist, wrong parameter
2007-12-10 Benny Malengier <benny.malengier@gramps-project.org> 2007-12-10 Benny Malengier <benny.malengier@gramps-project.org>
* src/RelLib/_Event.py: add attr to list of sec objects, bug #1318 * src/RelLib/_Event.py: add attr to list of sec objects, bug #1318

View File

@ -173,7 +173,8 @@ class IndivCompleteReport(Report):
if parent: if parent:
self.normal_cell('%(parent)s, relationship: %(relation)s' % self.normal_cell('%(parent)s, relationship: %(relation)s' %
{ 'parent' : parent, 'relation' : rel },mark) { 'parent' : parent, 'relation' : rel },
mark=mark)
else: else:
self.normal_cell('') self.normal_cell('')
self.doc.end_row() self.doc.end_row()