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:
parent
270382d00c
commit
534f9bf242
@ -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>
|
2007-06-24 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/NameDisplay.py (_gen_cooked_func,_gen_raw_func): Do not
|
* src/NameDisplay.py (_gen_cooked_func,_gen_raw_func): Do not
|
||||||
replace %% with anything.
|
replace %% with anything.
|
||||||
|
@ -112,7 +112,7 @@ class RemoveUnused(Tool.Tool,ManagedWindow.ManagedWindow,UpdateCallback):
|
|||||||
|
|
||||||
self.init_gui()
|
self.init_gui()
|
||||||
|
|
||||||
def init_gui():
|
def init_gui(self):
|
||||||
base = os.path.dirname(__file__)
|
base = os.path.dirname(__file__)
|
||||||
self.glade_file = base + os.sep + "unused.glade"
|
self.glade_file = base + os.sep + "unused.glade"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user