summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Mueller <tobiasmue@gnome.org>2009-04-20 01:45:10 +0200
committerTobias Mueller <tobiasmue@gnome.org>2009-04-20 01:45:10 +0200
commit3c625fed0718fe769d72b5ec2114f08516d5d85f (patch)
treedeeb71ffd32cc52b5f7771a84fcd31ace3e18be0
parent39eb2c618e8dd07dde0954fae4072ad61afecc56 (diff)
downloadgtk+-3c625fed0718fe769d72b5ec2114f08516d5d85f.tar.gz
Remove a deprecated call to gtk_status_icon_set_tooltip
This fixes bug 574386.
-rwxr-xr-xtests/teststatusicon.c2
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);
}
}