* src/plugins/FilterEditor.py: fix close arguments

* src/plugins/ChangeNames.py: fix close arguments
	* src/plugins/Merge.py: fix close arguments
	* src/plugins/ChangeTypes.py: fix close arguments
	* src/plugins/PatchNames.py: fix close arguments


svn: r6411
This commit is contained in:
Don Allingham
2006-04-22 04:06:10 +00:00
parent a353ab6c53
commit 64b7cb7ad1
6 changed files with 10 additions and 5 deletions

View File

@@ -166,7 +166,7 @@ class ChangeNames(Tool.Tool, ManagedWindow.ManagedWindow):
self.db.enable_signals()
self.db.request_rebuild()
self.parent.bookmarks.redraw()
self.close(obj)
self.close()
self.cb()
#------------------------------------------------------------------------