* src/plugins/AncestorChart2.py (write_book_item):
Treat unconfigured title. svn: r2726
This commit is contained in:
		@@ -1,3 +1,7 @@
 | 
			
		||||
2004-01-30  Alex Roitman  <shura@alex.neuro.umn.edu>
 | 
			
		||||
	* src/plugins/AncestorChart2.py (write_book_item): 
 | 
			
		||||
	Treat unconfigured title. 
 | 
			
		||||
 | 
			
		||||
2004-01-27  Don Allingham  <dallingham@users.sourceforge.net>
 | 
			
		||||
	* src/docgen/PdfDoc.py: fix encoding exception
 | 
			
		||||
	* gramps-mdk.spec: Mandrake RPM spec file
 | 
			
		||||
 
 | 
			
		||||
@@ -649,7 +649,10 @@ def write_book_item(database,person,doc,options,newpage=0):
 | 
			
		||||
        max_gen = int(options[1])
 | 
			
		||||
        disp_format = options[2]
 | 
			
		||||
        compress = int(options[3])
 | 
			
		||||
        title = options[4]
 | 
			
		||||
        if options[4] is not None:
 | 
			
		||||
            title = options[4]
 | 
			
		||||
        else:
 | 
			
		||||
            title = ""
 | 
			
		||||
        return AncestorChart(database, person, max_gen,
 | 
			
		||||
                                   disp_format, doc, None, 
 | 
			
		||||
                                   1, compress, title, newpage )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user