[gtk+] Remove a deprecated call to gtk_status_icon_set_tooltip



commit 4ea26a686419f216a99eaeea513863ccf0eaa8e0
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]