Remove the use of dbstate for GuiMenuOptions in tools.
svn: r9942
This commit is contained in:
parent
79174e7114
commit
ced194780a
@ -1,3 +1,7 @@
|
||||
2008-01-27 Brian Matherly <brian@gramps-project.org>
|
||||
* src/PluginUtils/__init__.py:
|
||||
Remove the use of dbstate for GuiMenuOptions in tools.
|
||||
|
||||
2008-01-27 Brian Matherly <brian@gramps-project.org>
|
||||
* src/PluginUtils/_GuiOptions.py:
|
||||
Fix 0001659: NumberOption fields on report dialogs
|
||||
|
@ -61,6 +61,6 @@ class MenuToolOptions(GuiMenuOptions,Tool.ToolOptions):
|
||||
"""
|
||||
def __init__(self, name, person_id=None, dbstate=None):
|
||||
Tool.ToolOptions.__init__(self, name, person_id)
|
||||
GuiMenuOptions.__init__(self, dbstate)
|
||||
GuiMenuOptions.__init__(self)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user