diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-15 22:59:27 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-18 16:28:35 +0800 |
commit | 74d098cd8894f72321237e120267a5ec3f188b3f (patch) | |
tree | 515326d9ff97001b582df6da5b4e73bd3a2583f7 /libempathy-gtk/empathy-images.h | |
parent | 22e50a5e325426d739ce11a63d1772b85285ecc8 (diff) | |
download | gsoc2013-empathy-74d098cd8894f72321237e120267a5ec3f188b3f.tar gsoc2013-empathy-74d098cd8894f72321237e120267a5ec3f188b3f.tar.gz gsoc2013-empathy-74d098cd8894f72321237e120267a5ec3f188b3f.tar.bz2 gsoc2013-empathy-74d098cd8894f72321237e120267a5ec3f188b3f.tar.lz gsoc2013-empathy-74d098cd8894f72321237e120267a5ec3f188b3f.tar.xz gsoc2013-empathy-74d098cd8894f72321237e120267a5ec3f188b3f.tar.zst gsoc2013-empathy-74d098cd8894f72321237e120267a5ec3f188b3f.zip |
Use audio-input-microphone-muted-symbolic when the mic is muted
It's clearer that way.
https://bugzilla.gnome.org/show_bug.cgi?id=678167
Diffstat (limited to 'libempathy-gtk/empathy-images.h')
-rw-r--r-- | libempathy-gtk/empathy-images.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-images.h b/libempathy-gtk/empathy-images.h index 884c5714b..8ee40f2a9 100644 --- a/libempathy-gtk/empathy-images.h +++ b/libempathy-gtk/empathy-images.h @@ -48,6 +48,8 @@ G_BEGIN_DECLS #define EMPATHY_IMAGE_AVATAR_DEFAULT "avatar-default-symbolic" /* FIXME: need a better icon! */ #define EMPATHY_IMAGE_EDIT_MESSAGE "format-text-direction-ltr" +#define EMPATHY_IMAGE_MIC "audio-input-microphone-symbolic" +#define EMPATHY_IMAGE_MIC_MUTED "audio-input-microphone-muted-symbolic" #define EMPATHY_IMAGE_CALL "call-start" #define EMPATHY_IMAGE_CALL_MISSED "call-stop" |