svn: r8753
This commit is contained in:
parent
de7f21ebc0
commit
09785d514b
@ -65,9 +65,6 @@ class EventNames(Tool.BatchTool, ManagedWindow.ManagedWindow):
|
|||||||
def __init__(self, dbstate, uistate, options_class, name, callback=None):
|
def __init__(self, dbstate, uistate, options_class, name, callback=None):
|
||||||
self.label = _('Capitalization changes')
|
self.label = _('Capitalization changes')
|
||||||
|
|
||||||
ManagedWindow.ManagedWindow.__init__(self, uistate, [], self.__class__)
|
|
||||||
self.set_window(gtk.Window(), gtk.Label(), '')
|
|
||||||
|
|
||||||
Tool.BatchTool.__init__(self, dbstate, options_class, name)
|
Tool.BatchTool.__init__(self, dbstate, options_class, name)
|
||||||
|
|
||||||
if not self.fail:
|
if not self.fail:
|
||||||
|
Loading…
Reference in New Issue
Block a user