]> Pileus Git - ~andy/gtk/commitdiff
Remove a deprecated call to gtk_status_icon_set_tooltip
authorTobias Mueller <tobiasmue@gnome.org>
Sun, 19 Apr 2009 23:45:10 +0000 (01:45 +0200)
committerTobias Mueller <tobiasmue@gnome.org>
Sun, 19 Apr 2009 23:45:10 +0000 (01:45 +0200)
This fixes bug 574386.

tests/teststatusicon.c

index 86473601f89381bf6b119bb4f84c14eac40e909b..4829bf0d0a2409b5695d98e14d4561c12297aada 100755 (executable)
@@ -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);
     }
 }