* src/plugins/Check.py: bug (buglist) wrong method call

2008-01-21 Benny Malengier <benny.malengier@gramps-project.org>


svn: r9901
This commit is contained in:
Benny Malengier 2008-01-21 08:38:17 +00:00
parent 020fdef1ce
commit 098be7de14
2 changed files with 4 additions and 1 deletions

@ -1,3 +1,6 @@
2008-01-21 Benny Malengier <benny.malengier@gramps-project.org>
* src/plugins/Check.py: bug (buglist) wrong method call
2008-01-21 Benny Malengier <benny.malengier@gramps-project.org>
* src/docgen/SvgDrawDoc.py: backport patch so that text in svgbox shows

@ -970,7 +970,7 @@ class CheckIntegrity:
item[1] not in known_handles ]
if bad_handles:
obj.remove_source_references(bad_handles)
self.db.commit_object(obj,self.trans)
self.db.commit_media_object(obj,self.trans)
new_bad_handles = [handle for handle in bad_handles if handle
not in self.invalid_source_references]
self.invalid_source_references += new_bad_handles