2007-06-25 Alex Roitman <shura@gramps-project.org>
* src/plugins/RemoveUnused.py (init_gui): Add missing argument. svn: r8672
This commit is contained in:
@@ -112,7 +112,7 @@ class RemoveUnused(Tool.Tool,ManagedWindow.ManagedWindow,UpdateCallback):
|
||||
|
||||
self.init_gui()
|
||||
|
||||
def init_gui():
|
||||
def init_gui(self):
|
||||
base = os.path.dirname(__file__)
|
||||
self.glade_file = base + os.sep + "unused.glade"
|
||||
|
||||
|
Reference in New Issue
Block a user