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