From a8afec3bb227e3a04a3cbb4d6b14f5ba5882654a Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 26 Feb 2010 13:42:43 +0000 Subject: presence-chooser: use 'emblem-favorite' instead of our own icon gnome-icon-theme has an icon for favorites; we should use it instead of re-inventing our own. --- libempathy-gtk/empathy-presence-chooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-presence-chooser.c b/libempathy-gtk/empathy-presence-chooser.c index f8c4212dd..64aa79799 100644 --- a/libempathy-gtk/empathy-presence-chooser.c +++ b/libempathy-gtk/empathy-presence-chooser.c @@ -338,7 +338,7 @@ presence_chooser_set_favorite_icon (EmpathyPresenceChooser *self) /* saved entries can be removed from the list */ gtk_entry_set_icon_from_icon_name (GTK_ENTRY (entry), GTK_ENTRY_ICON_SECONDARY, - "empathy-starred"); + "emblem-favorite"); gtk_entry_set_icon_tooltip_text (GTK_ENTRY (entry), GTK_ENTRY_ICON_SECONDARY, _("Click to remove this status as a favorite")); -- cgit v1.2.3