From ce09cb4a91e0b0a567e87d1f5e7301924b16c146 Mon Sep 17 00:00:00 2001 From: TingPing Date: Sat, 18 Jan 2014 04:08:32 -0500 Subject: Update most deprecated gtk functions --- src/fe-gtk/plugin-tray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fe-gtk/plugin-tray.c') diff --git a/src/fe-gtk/plugin-tray.c b/src/fe-gtk/plugin-tray.c index 1b93f193..911e804a 100644 --- a/src/fe-gtk/plugin-tray.c +++ b/src/fe-gtk/plugin-tray.c @@ -151,7 +151,7 @@ void fe_tray_set_tooltip (const char *text) { if (sticon) - gtk_status_icon_set_tooltip (sticon, text); + gtk_status_icon_set_tooltip_text (sticon, text); } void -- cgit 1.4.1