* src/WriteXML.py: Add person to the export function arugments.
svn: r3264
This commit is contained in:
parent
beb52b0c80
commit
eb60dadb3f
@ -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
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user