aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-images.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-06-10 18:39:42 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-06-10 19:47:36 +0800
commit65fac9c002b47ba0c8a3e4e0d6c4fa9494b2f771 (patch)
tree2c47eb9fd5d0d64fc3cf31494f955d5c1aeec94b /libempathy-gtk/empathy-images.h
parent4b892eeb5e6c85706e14a28f5e7e5b9cd4fcd23e (diff)
downloadgsoc2013-empathy-65fac9c002b47ba0c8a3e4e0d6c4fa9494b2f771.tar
gsoc2013-empathy-65fac9c002b47ba0c8a3e4e0d6c4fa9494b2f771.tar.gz
gsoc2013-empathy-65fac9c002b47ba0c8a3e4e0d6c4fa9494b2f771.tar.bz2
gsoc2013-empathy-65fac9c002b47ba0c8a3e4e0d6c4fa9494b2f771.tar.lz
gsoc2013-empathy-65fac9c002b47ba0c8a3e4e0d6c4fa9494b2f771.tar.xz
gsoc2013-empathy-65fac9c002b47ba0c8a3e4e0d6c4fa9494b2f771.tar.zst
gsoc2013-empathy-65fac9c002b47ba0c8a3e4e0d6c4fa9494b2f771.zip
Rationalize use of EMPATHY_IMAGE_CALL_* images (#652270)
We now always use call-start for incoming and outgoing calls and call-stop for missed ones. Ideally it would be cool to have different icons for incoming and outgoing but that will do for now.
Diffstat (limited to 'libempathy-gtk/empathy-images.h')
-rw-r--r--libempathy-gtk/empathy-images.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-images.h b/libempathy-gtk/empathy-images.h
index e2512d495..0761fd778 100644
--- a/libempathy-gtk/empathy-images.h
+++ b/libempathy-gtk/empathy-images.h
@@ -47,9 +47,10 @@ G_BEGIN_DECLS
#define EMPATHY_IMAGE_DOCUMENT_SEND "document-send"
#define EMPATHY_IMAGE_AVATAR_DEFAULT "avatar-default"
-#define EMPATHY_IMAGE_CALL_MISSED "call-start"
+#define EMPATHY_IMAGE_CALL "call-start"
+#define EMPATHY_IMAGE_CALL_MISSED "call-stop"
#define EMPATHY_IMAGE_CALL_INCOMING "call-start"
-#define EMPATHY_IMAGE_CALL_OUTGOING "call-stop"
+#define EMPATHY_IMAGE_CALL_OUTGOING "call-start"
G_END_DECLS