Fix MenuToolOptions.
svn: r9498
This commit is contained in:
		@@ -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>
 | 
					2007-12-12  Douglas S. Blank  <dblank@cs.brynmawr.edu>
 | 
				
			||||||
	* src/GrampsCfg.py: fixed bug #1305, refresh view after name change
 | 
						* 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.
 | 
					    and the MenuToolOptions class will worry about setting up the GUI.
 | 
				
			||||||
    """
 | 
					    """
 | 
				
			||||||
    def __init__(self,name,person_id=None):
 | 
					    def __init__(self,name,person_id=None):
 | 
				
			||||||
        MenuOptions.__init__(self)
 | 
					 | 
				
			||||||
        Tool.ToolOptions.__init__(self,name, person_id)
 | 
					        Tool.ToolOptions.__init__(self,name, person_id)
 | 
				
			||||||
 | 
					        MenuOptions.__init__(self)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user