* src/WriteXML.py: Add person to the export function arugments.

svn: r3264
This commit is contained in:
Alex Roitman 2004-07-11 06:08:35 +00:00
parent beb52b0c80
commit eb60dadb3f
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
options interface. options interface.
* src/Exporter.py: Use options if given by the plugin. * src/Exporter.py: Use options if given by the plugin.
* src/plugins/gedcomexport.glade: Update to work with the druid. * src/plugins/gedcomexport.glade: Update to work with the druid.
* src/WriteXML.py: Add person to the export function arugments.
2004-07-09 Don Allingham <dallingham@users.sourceforge.net> 2004-07-09 Don Allingham <dallingham@users.sourceforge.net>
* src/AddMedia.py: Handle the new file selector * src/AddMedia.py: Handle the new file selector

View File

@ -73,7 +73,7 @@ except:
# #
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
def exportData(database, filename, callback=None): def exportData(database, filename, person, callback=None):
ret = 0 ret = 0
if os.path.isfile(filename): if os.path.isfile(filename):
try: try: