From eb60dadb3faadc3c11f2fb6f7a976c0e817712e2 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Sun, 11 Jul 2004 06:08:35 +0000 Subject: [PATCH] * src/WriteXML.py: Add person to the export function arugments. svn: r3264 --- ChangeLog | 1 + src/WriteXML.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b14c95eef..15df56683 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ options interface. * src/Exporter.py: Use options if given by the plugin. * 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 * src/AddMedia.py: Handle the new file selector diff --git a/src/WriteXML.py b/src/WriteXML.py index 0cd6b7fc0..8579d69e2 100644 --- a/src/WriteXML.py +++ b/src/WriteXML.py @@ -73,7 +73,7 @@ except: # # #------------------------------------------------------------------------- -def exportData(database, filename, callback=None): +def exportData(database, filename, person, callback=None): ret = 0 if os.path.isfile(filename): try: