Fix MenuToolOptions.
svn: r9498
This commit is contained in:
parent
6d3e7465d3
commit
6bf7737025
@ -1,3 +1,6 @@
|
||||
2007-12-12 Brian Matherly <brian@gramps-project.org>
|
||||
* src/PluginUtils/__init__.py: Fix MenuToolOptions.
|
||||
|
||||
2007-12-12 Douglas S. Blank <dblank@cs.brynmawr.edu>
|
||||
* src/GrampsCfg.py: fixed bug #1305, refresh view after name change
|
||||
|
||||
|
@ -57,6 +57,7 @@ class MenuToolOptions(MenuOptions,Tool.ToolOptions):
|
||||
and the MenuToolOptions class will worry about setting up the GUI.
|
||||
"""
|
||||
def __init__(self,name,person_id=None):
|
||||
MenuOptions.__init__(self)
|
||||
Tool.ToolOptions.__init__(self,name, person_id)
|
||||
MenuOptions.__init__(self)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user