* src/gramps_main.py (on_export_activate): Delegate work

to DbPrompter.
* src/WriteXML.py: Register with the new scheme.
* src/DbPrompter.py (SaveAsDbPrompter): Add class.


svn: r3246
This commit is contained in:
Alex Roitman
2004-07-01 04:09:55 +00:00
parent 3421c1971a
commit e27d4726ea
4 changed files with 114 additions and 54 deletions

View File

@@ -1,3 +1,9 @@
2004-06-30 Alex Roitman <shura@alex.neuro.umn.edu>
* src/gramps_main.py (on_export_activate): Delegate work
to DbPrompter.
* src/WriteXML.py: Register with the new scheme.
* src/DbPrompter.py (SaveAsDbPrompter): Add class.
2004-06-29 Don Allingham <dallingham@users.sourceforge.net>
* src/FamilyView.py: fix reordering of children
* src/ChooseParents.py: get filters working again