aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-images.h
diff options
context:
space:
mode:
authorRobert McQueen <robert.mcqueen@collabora.co.uk>2010-05-15 20:54:18 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2010-05-15 21:07:49 +0800
commitd06fb95a0ed6337d4897e8f9b0538057dee8c053 (patch)
tree914b5c826e51809ccad486f272b2306af20d86a2 /libempathy-gtk/empathy-images.h
parent3315956fb2248bcadec5042234b6e3fe869995f1 (diff)
downloadgsoc2013-empathy-d06fb95a0ed6337d4897e8f9b0538057dee8c053.tar
gsoc2013-empathy-d06fb95a0ed6337d4897e8f9b0538057dee8c053.tar.gz
gsoc2013-empathy-d06fb95a0ed6337d4897e8f9b0538057dee8c053.tar.bz2
gsoc2013-empathy-d06fb95a0ed6337d4897e8f9b0538057dee8c053.tar.lz
gsoc2013-empathy-d06fb95a0ed6337d4897e8f9b0538057dee8c053.tar.xz
gsoc2013-empathy-d06fb95a0ed6337d4897e8f9b0538057dee8c053.tar.zst
gsoc2013-empathy-d06fb95a0ed6337d4897e8f9b0538057dee8c053.zip
use user-extended-away status icon in favour of user-idle
The freedesktop.org icon spec defines that the icon for the extended away status is called user-idle. However, some icon theme authors interpret this name as meaning mere idleness rather than the intended extended away semantic of away *and* idle, creating visual confusion (extended-away contacts appearing less away than contacts who are merely away). Some themes contain a non-standard user-extended-away icon with the correct semantic, so this patch makes Empathy use it in preference to user-idle if available. (Incidentally, at the moment Telepathy itself never actually shows remote contacts as idle.)
Diffstat (limited to 'libempathy-gtk/empathy-images.h')
-rw-r--r--libempathy-gtk/empathy-images.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-images.h b/libempathy-gtk/empathy-images.h
index 173543877..a668395f5 100644
--- a/libempathy-gtk/empathy-images.h
+++ b/libempathy-gtk/empathy-images.h
@@ -31,7 +31,8 @@ G_BEGIN_DECLS
#define EMPATHY_IMAGE_AVAILABLE "user-available"
#define EMPATHY_IMAGE_BUSY "user-busy"
#define EMPATHY_IMAGE_AWAY "user-away"
-#define EMPATHY_IMAGE_EXT_AWAY "user-idle"
+#define EMPATHY_IMAGE_EXT_AWAY "user-extended-away"
+#define EMPATHY_IMAGE_IDLE "user-idle"
#define EMPATHY_IMAGE_PENDING "empathy-pending"
#define EMPATHY_IMAGE_MESSAGE "im-message"