diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-02-26 21:42:43 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-02-28 02:52:46 +0800 |
commit | a8afec3bb227e3a04a3cbb4d6b14f5ba5882654a (patch) | |
tree | 36f22c8617b59ae2a5026c3a29e989debc96da56 /libempathy-gtk | |
parent | 79df35b2f0c0d68ec60ae880c70b17cc014c684d (diff) | |
download | gsoc2013-empathy-a8afec3bb227e3a04a3cbb4d6b14f5ba5882654a.tar gsoc2013-empathy-a8afec3bb227e3a04a3cbb4d6b14f5ba5882654a.tar.gz gsoc2013-empathy-a8afec3bb227e3a04a3cbb4d6b14f5ba5882654a.tar.bz2 gsoc2013-empathy-a8afec3bb227e3a04a3cbb4d6b14f5ba5882654a.tar.lz gsoc2013-empathy-a8afec3bb227e3a04a3cbb4d6b14f5ba5882654a.tar.xz gsoc2013-empathy-a8afec3bb227e3a04a3cbb4d6b14f5ba5882654a.tar.zst gsoc2013-empathy-a8afec3bb227e3a04a3cbb4d6b14f5ba5882654a.zip |
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.
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | 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 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")); |