[empathy] presence-chooser: use 'emblem-favorite' instead of our own icon



commit a8afec3bb227e3a04a3cbb4d6b14f5ba5882654a
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri Feb 26 13:42:43 2010 +0000

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-presence-chooser.c b/libempathy-gtk/empathy-presence-chooser.c
index f8c4212..64aa797 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"));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]