Fix 0001656: New menu item
svn: r9940
This commit is contained in:
parent
8731e42173
commit
212cb34365
@ -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>
|
||||
* src/plugins/ExportCSV.py:
|
||||
* src/plugins/ImportCSV.py:
|
||||
|
@ -709,7 +709,8 @@ class GraphvizReportDialog(ReportDialog):
|
||||
|
||||
def init_options(self, option_class):
|
||||
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:
|
||||
self.options = option_class
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user