* src/WriteXML.py: Add person to the export function arugments.
svn: r3264
This commit is contained in:
		@@ -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  <dallingham@users.sourceforge.net>
 | 
			
		||||
	* 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
 | 
			
		||||
    if os.path.isfile(filename):
 | 
			
		||||
        try:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user