[gtk+/gtk-2-16] Remove a deprecated call to gtk_status_icon_set_tooltip



commit 3c625fed0718fe769d72b5ec2114f08516d5d85f
Author: Tobias Mueller <tobiasmue gnome org>
Date:   Mon Apr 20 01:45:10 2009 +0200

    Remove a deprecated call to gtk_status_icon_set_tooltip
    
    This fixes bug 574386.
---
 tests/teststatusicon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/teststatusicon.c b/tests/teststatusicon.c
index 8647360..4829bf0 100755
--- a/tests/teststatusicon.c
+++ b/tests/teststatusicon.c
@@ -89,7 +89,7 @@ update_icons (void)
       GtkStatusIcon *status_icon = l->data;
 
       gtk_status_icon_set_from_icon_name (status_icon, icon_name);
-      gtk_status_icon_set_tooltip (status_icon, tooltip);
+      gtk_status_icon_set_tooltip_text (status_icon, tooltip);
     }
 }
 



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