* src/plugins/GraphViz.py: Fix doc init.

svn: r8271
This commit is contained in:
Brian Matherly 2007-03-06 04:06:04 +00:00
parent 51d7922473
commit a88d60ad23
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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):