Remove a deprecated call to gtk_status_icon_set_tooltip
This fixes bug 574386.
This commit is contained in:

committed by
Matthias Clasen

parent
4f4643207e
commit
4ea26a6864
@ -89,7 +89,7 @@ update_icons (void)
|
|||||||
GtkStatusIcon *status_icon = l->data;
|
GtkStatusIcon *status_icon = l->data;
|
||||||
|
|
||||||
gtk_status_icon_set_from_icon_name (status_icon, icon_name);
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user