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:
Alex Roitman 2007-06-26 06:05:12 +00:00
parent 270382d00c
commit 534f9bf242
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2007-06-25 Alex Roitman <shura@gramps-project.org>
* src/plugins/RemoveUnused.py (init_gui): Add missing argument.
2007-06-24 Alex Roitman <shura@gramps-project.org>
* src/NameDisplay.py (_gen_cooked_func,_gen_raw_func): Do not
replace %% with anything.

View File

@ -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"