From c340a04e68fb88fb5bcb10e9a8334b2c8ac663be 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 --- gramps2/ChangeLog | 1 + gramps2/src/WriteXML.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index b14c95eef..15df56683 100644 --- a/gramps2/ChangeLog +++ b/gramps2/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/gramps2/src/WriteXML.py b/gramps2/src/WriteXML.py index 0cd6b7fc0..8579d69e2 100644 --- a/gramps2/src/WriteXML.py +++ b/gramps2/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: