diff options
author | TingPing <tingping@tingping.se> | 2014-01-18 04:08:32 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-01-18 14:47:17 -0500 |
commit | ce09cb4a91e0b0a567e87d1f5e7301924b16c146 (patch) | |
tree | 6e284ed7768758ad59173e3c580d28741dbff47c /src/fe-gtk/plugin-tray.c | |
parent | fa1eb92a7bc17e9e3ae3809851588ea5842df292 (diff) |
Update most deprecated gtk functions
Diffstat (limited to 'src/fe-gtk/plugin-tray.c')
-rw-r--r-- | src/fe-gtk/plugin-tray.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |