* src/Exporter.py (Exporter.native_export): Use callback.

* src/Utils.py (get_new_filename): Add path separator.
	* src/GrampsDb/_WriteGrdb.py: Proper export of tables with and
	without transaction support, add callback.


svn: r6600
This commit is contained in:
Alex Roitman
2006-05-09 23:15:38 +00:00
parent 710eb4cc13
commit e6eea70727
4 changed files with 93 additions and 28 deletions

View File

@@ -1,4 +1,8 @@
2006-05-09 Alex Roitman <shura@gramps-project.org>
* src/Exporter.py (Exporter.native_export): Use callback.
* src/Utils.py (get_new_filename): Add path separator.
* src/GrampsDb/_WriteGrdb.py: Proper export of tables with and
without transaction support, add callback.
* src/plugins/WriteCD.py: Correctly import XmlWriter.
* src/GrampsDb/_WriteXML.py (write_object): Check whether path is
empty before removing leading slash.