[gimp] remove obsolete tooltips object creation



commit 8885cd3b4f961e721da6c6e3473be47cbd78f129
Author: Nils Philippsen <nils redhat com>
Date:   Thu Apr 15 16:38:21 2010 +0200

    remove obsolete tooltips object creation
    
    amends:
    commit a78bffbfb9d40d304c57b896863465282228424f
    Author: Jerry Baker <jbaker gimpthoughts com>
    Date:   Mon Apr 12 14:40:47 2010 -0400
    
        Use gtk.Tooltip() instead of gtk.Tooltips()

 plug-ins/pygimp/gimpfu.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/pygimp/gimpfu.py b/plug-ins/pygimp/gimpfu.py
index 5cf1149..8756bb4 100644
--- a/plug-ins/pygimp/gimpfu.py
+++ b/plug-ins/pygimp/gimpfu.py
@@ -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))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]