From 4ea26a686419f216a99eaeea513863ccf0eaa8e0 Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Mon, 20 Apr 2009 01:45:10 +0200 Subject: [PATCH] Remove a deprecated call to gtk_status_icon_set_tooltip This fixes bug 574386. --- tests/teststatusicon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/teststatusicon.c b/tests/teststatusicon.c index 86473601f..4829bf0d0 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); } } -- 2.43.2