Fix 0001656: New menu item
svn: r9940
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
2008-01-27 Brian Matherly <brian@gramps-project.org>
|
||||||
|
* src/ReportBase/_GraphvizReportDialog.py: Fix 0001656: New menu item
|
||||||
|
|
||||||
2008-01-26 Douglas S. Blank <dblank@cs.brynmawr.edu>
|
2008-01-26 Douglas S. Blank <dblank@cs.brynmawr.edu>
|
||||||
* src/plugins/ExportCSV.py:
|
* src/plugins/ExportCSV.py:
|
||||||
* src/plugins/ImportCSV.py:
|
* src/plugins/ImportCSV.py:
|
||||||
|
@@ -709,7 +709,8 @@ class GraphvizReportDialog(ReportDialog):
|
|||||||
|
|
||||||
def init_options(self, option_class):
|
def init_options(self, option_class):
|
||||||
if type(option_class) == ClassType:
|
if type(option_class) == ClassType:
|
||||||
self.options = option_class(self.raw_name,self.dbstate)
|
self.options = option_class(self.raw_name,
|
||||||
|
self.dbstate.get_database())
|
||||||
elif type(option_class) == InstanceType:
|
elif type(option_class) == InstanceType:
|
||||||
self.options = option_class
|
self.options = option_class
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user