aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-images.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-10-28 21:32:18 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-10-28 21:32:18 +0800
commit3a050b0c01d0f84cc65ffcfe07f9619248c398a6 (patch)
tree732a8b5a5e710d9d43f4d789dff46ee035acd61e /libempathy-gtk/empathy-images.h
parent88d4e258723120b1e08c8c84d4c46c3447fa4458 (diff)
downloadgsoc2013-empathy-3a050b0c01d0f84cc65ffcfe07f9619248c398a6.tar
gsoc2013-empathy-3a050b0c01d0f84cc65ffcfe07f9619248c398a6.tar.gz
gsoc2013-empathy-3a050b0c01d0f84cc65ffcfe07f9619248c398a6.tar.bz2
gsoc2013-empathy-3a050b0c01d0f84cc65ffcfe07f9619248c398a6.tar.lz
gsoc2013-empathy-3a050b0c01d0f84cc65ffcfe07f9619248c398a6.tar.xz
gsoc2013-empathy-3a050b0c01d0f84cc65ffcfe07f9619248c398a6.tar.zst
gsoc2013-empathy-3a050b0c01d0f84cc65ffcfe07f9619248c398a6.zip
Rename icons to follow fd.o icon naming spec. Move icons to the right
2007-10-28 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-status-icon.glade: * libempathy-gtk/empathy-group-chat.glade: * libempathy-gtk/empathy-main-window.glade: * libempathy-gtk/empathy-images.h: * src/empathy.c: * src/Makefile.am: * configure.ac: * data/jabber.profile: * data/salut.profile: * data/msn.profile: * data/gtalk.profile: * data/irc.profile: * data/22x22: * data/32x32: * data/24x24: * data/16x16: * data/48x48: * data/scalable: * data/Makefile.am: * data/icons/*: Rename icons to follow fd.o icon naming spec. Move icons to the right directory. Fixes bug #470418 (Michael Monreal). svn path=/trunk/; revision=404
Diffstat (limited to 'libempathy-gtk/empathy-images.h')
-rw-r--r--libempathy-gtk/empathy-images.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-images.h b/libempathy-gtk/empathy-images.h
index ae11b1e15..254467819 100644
--- a/libempathy-gtk/empathy-images.h
+++ b/libempathy-gtk/empathy-images.h
@@ -32,11 +32,11 @@ G_BEGIN_DECLS
#define EMPATHY_IMAGE_EXT_AWAY "empathy-extended-away"
#define EMPATHY_IMAGE_UNKNOWN "empathy-pending"
-#define EMPATHY_IMAGE_MESSAGE "empathy-message"
-#define EMPATHY_IMAGE_NEW_MESSAGE "empathy-new-message"
-#define EMPATHY_IMAGE_TYPING "empathy-typing"
+#define EMPATHY_IMAGE_MESSAGE "im-message"
+#define EMPATHY_IMAGE_NEW_MESSAGE "im-message-new"
+#define EMPATHY_IMAGE_TYPING "user-typing"
#define EMPATHY_IMAGE_CONTACT_INFORMATION "gtk-info"
-#define EMPATHY_IMAGE_GROUP_MESSAGE "empathy-group-message"
+#define EMPATHY_IMAGE_GROUP_MESSAGE "system-users"
#define EMPATHY_IMAGE_VOIP "gnome-stock-mic"
#define EMPATHY_IMAGE_LOG "document-open-recent"