]> git.0d.be Git - empathy.git/commitdiff
presence-chooser: use 'emblem-favorite' instead of our own icon
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 26 Feb 2010 13:42:43 +0000 (13:42 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Sat, 27 Feb 2010 18:52:46 +0000 (19:52 +0100)
gnome-icon-theme has an icon for favorites; we should use it instead of
re-inventing our own.

libempathy-gtk/empathy-presence-chooser.c

index f8c4212dd618e8eed15696e0262d1fcb37c9ccb6..64aa7979901b9c24305c0e0c089bbc2cc356f6a7 100644 (file)
@@ -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"));