mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 21:20:09 +00:00
Remove a deprecated call to gtk_status_icon_set_tooltip
This fixes bug 574386.
This commit is contained in:
parent
4f4643207e
commit
4ea26a6864
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user