remove obsolete tooltips object creation

amends:
commit a78bffbfb9
Author: Jerry Baker <jbaker@gimpthoughts.com>
Date:   Mon Apr 12 14:40:47 2010 -0400

    Use gtk.Tooltip() instead of gtk.Tooltips()
This commit is contained in:
Nils Philippsen 2010-04-15 16:38:21 +02:00
parent 945330af71
commit 8885cd3b4f
1 changed files with 0 additions and 2 deletions

View File

@ -651,8 +651,6 @@ def _interact(proc_name, start_params):
if on_run:
on_run()
tooltips = gtk.Tooltip()
dialog = gimpui.Dialog(proc_name, "python-fu", None, 0, None, proc_name,
(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL,
gtk.STOCK_OK, gtk.RESPONSE_OK))