diff --git a/ChangeLog b/ChangeLog index cabefcbcb..c62ff7bd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-03-05 Brian Matherly + * src/plugins/GraphViz.py: Fix doc init. + 2007-03-05 Brian Matherly * src/docgen/GtkPrint.py: Fix 0000908: GtkPrint doesn't parse if you don't have pygtk version 2.10 diff --git a/src/plugins/GraphViz.py b/src/plugins/GraphViz.py index 4cf45e3a8..9e326fba0 100644 --- a/src/plugins/GraphViz.py +++ b/src/plugins/GraphViz.py @@ -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):