some plugin fixes.

This commit is contained in:
James Henstridge
2002-08-30 15:25:51 +00:00
parent e7d1c4fa91
commit fe65e90a5f
4 changed files with 5 additions and 4 deletions

View File

@ -353,6 +353,7 @@ def _interact(func_name):
tooltips.enable()
dialog.show()
response = dialog.run()
dialog.hide()
ret = None
if response == gtk.RESPONSE_OK:
# OK was clicked