* src/plugins/GraphViz.py: Fix doc init.
svn: r8271
This commit is contained in:
		@@ -1,3 +1,6 @@
 | 
			
		||||
2007-03-05  Brian Matherly  <brian@gramps-project.org>
 | 
			
		||||
	* src/plugins/GraphViz.py: Fix doc init.
 | 
			
		||||
	  
 | 
			
		||||
2007-03-05  Brian Matherly  <brian@gramps-project.org>
 | 
			
		||||
	* src/docgen/GtkPrint.py: Fix 0000908: GtkPrint doesn't parse if you don't 
 | 
			
		||||
	  have pygtk version 2.10
 | 
			
		||||
 
 | 
			
		||||
@@ -1131,7 +1131,7 @@ class GraphicsFormatComboBox(gtk.ComboBox):
 | 
			
		||||
#
 | 
			
		||||
#------------------------------------------------------------------------
 | 
			
		||||
class EmptyDoc:
 | 
			
		||||
    def __init__(self,styles,type,template,orientation,source=None):
 | 
			
		||||
    def __init__(self,styles,type,template,source=None):
 | 
			
		||||
        self.print_req = 0
 | 
			
		||||
 | 
			
		||||
    def init(self):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user