2007-07-21 Don Allingham <don@gramps-project.org>

* src/plugins/ExtractCity.py: improved extraction, fix registration
	* src/plugins/EventNames.py: fix registration



svn: r8752
This commit is contained in:
Don Allingham
2007-07-22 02:22:02 +00:00
parent 0b54846df9
commit de7f21ebc0
3 changed files with 275 additions and 23 deletions

View File

@@ -70,7 +70,7 @@ class EventNames(Tool.BatchTool, ManagedWindow.ManagedWindow):
Tool.BatchTool.__init__(self, dbstate, options_class, name)
if self.fail:
if not self.fail:
uistate.set_busy_cursor(True)
self.run()
uistate.set_busy_cursor(False)
@@ -157,7 +157,7 @@ class EventNamesOptions(Tool.ToolOptions):
#
#------------------------------------------------------------------------
register_tool(
name = 'chname',
name = 'evname',
category = Tool.TOOL_DBPROC,
tool_class = EventNames,
options_class = EventNamesOptions,