diff options
author | Tobias Mueller <tobiasmue@gnome.org> | 2009-04-20 01:45:10 +0200 |
---|---|---|
committer | Tobias Mueller <tobiasmue@gnome.org> | 2009-04-20 01:45:10 +0200 |
commit | 3c625fed0718fe769d72b5ec2114f08516d5d85f (patch) | |
tree | deeb71ffd32cc52b5f7771a84fcd31ace3e18be0 | |
parent | 39eb2c618e8dd07dde0954fae4072ad61afecc56 (diff) | |
download | gtk+-3c625fed0718fe769d72b5ec2114f08516d5d85f.tar.gz |
Remove a deprecated call to gtk_status_icon_set_tooltip
This fixes bug 574386.
-rwxr-xr-x | tests/teststatusicon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/teststatusicon.c b/tests/teststatusicon.c index 86473601f8..4829bf0d0a 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); } } |