2007-09-03 Don Allingham <don@gramps-project.org>
* plugins/WritePkg.py: fix package export * GrampsDbUtils/_WriteXML.py: fix package export svn: r8925
This commit is contained in:
@ -83,7 +83,8 @@ class XmlWriter(GrampsDbXmlWriter):
|
||||
def __init__(self, db, callback, strip_photos, compress=1):
|
||||
"""
|
||||
"""
|
||||
GrampsDbXmlWriter.__init__(self, db, strip_photos, compress, const.version)
|
||||
GrampsDbXmlWriter.__init__(self, db, strip_photos, compress,
|
||||
const.version, callback)
|
||||
|
||||
def write(self,filename):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user