diff --git a/ChangeLog b/ChangeLog index 8cfeb9ab7..f35100102 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-09-05 Don Allingham + * src/GrampsDbUtils/_WriteXML.py: fix typo + 2007-09-05 Don Allingham * src/GrampsDb/_GrampsDbFactories.py: XML direct load not supported * src/GrampsDb/Makefile.am: remove installation of GrampsXMLDB.py diff --git a/src/GrampsDbUtils/_WriteXML.py b/src/GrampsDbUtils/_WriteXML.py index cf5a73b6b..5c6dbbe8b 100644 --- a/src/GrampsDbUtils/_WriteXML.py +++ b/src/GrampsDbUtils/_WriteXML.py @@ -57,7 +57,7 @@ def exportData(database, filename, person, option_box, callback=None): # XmlWriter # #------------------------------------------------------------------------- -class XmlWriter(GramspDb.GrampsDbXmlWriter): +class XmlWriter(GrampsDb.GrampsDbXmlWriter): """ Writes a database to the XML file. """