diff pidgin/gaimstock.h @ 15493:fd4afe8bb584

Faded idle status icons
author Sean Egan <seanegan@gmail.com>
date Fri, 02 Feb 2007 21:24:46 +0000
parents 3b45081f6183
children 74efe677c8a5
line wrap: on
line diff
--- a/pidgin/gaimstock.h	Fri Feb 02 21:21:58 2007 +0000
+++ b/pidgin/gaimstock.h	Fri Feb 02 21:24:46 2007 +0000
@@ -95,18 +95,21 @@
 #define GAIM_STOCK_VOICE_CHAT      "gaim-voice-chat"
 
 /* Status icons */
-#define PIDGIN_STOCK_STATUS_AVAILABLE "pidgin-status-available"
-#define PIDGIN_STOCK_STATUS_AWAY      "pidgin-status-away"
-#define PIDGIN_STOCK_STATUS_BUSY      "pidgin-status-busy"
-#define PIDGIN_STOCK_STATUS_CHAT      "pidgin-status-chat"
-#define PIDGIN_STOCK_STATUS_INVISIBLE "pidgin-status-invisible"
-#define PIDGIN_STOCK_STATUS_XA        "pidgin-status-xa"
-#define PIDGIN_STOCK_STATUS_LOGIN     "pidgin-status-login"
-#define PIDGIN_STOCK_STATUS_LOGOUT    "pidgin-status-logout"
-#define PIDGIN_STOCK_STATUS_OFFLINE   "pidgin-status-offline"
-#define PIDGIN_STOCK_STATUS_PERSON    "pidgin-status-person"
-#define PIDGIN_STOCK_STATUS_OPERATOR  "pidgin-status-operator"
-#define PIDGIN_STOCK_STATUS_HALFOP    "pidgin-status-halfop"
+#define PIDGIN_STOCK_STATUS_AVAILABLE  "pidgin-status-available"
+#define PIDGIN_STOCK_STATUS_AVAILABLE_I "pidgin-status-available-i"
+#define PIDGIN_STOCK_STATUS_AWAY       "pidgin-status-away"
+#define PIDGIN_STOCK_STATUS_AWAY_I     "pidgin-status-away-i"
+#define PIDGIN_STOCK_STATUS_BUSY       "pidgin-status-busy"
+#define PIDGIN_STOCK_STATUS_BUSY_I     "pidgin-status-busy-i"
+#define PIDGIN_STOCK_STATUS_CHAT       "pidgin-status-chat"
+#define PIDGIN_STOCK_STATUS_XA         "pidgin-status-xa"
+#define PIDGIN_STOCK_STATUS_XA_I       "pidgin-status-xa-i"
+#define PIDGIN_STOCK_STATUS_LOGIN      "pidgin-status-login"
+#define PIDGIN_STOCK_STATUS_LOGOUT     "pidgin-status-logout"
+#define PIDGIN_STOCK_STATUS_OFFLINE    "pidgin-status-offline"
+#define PIDGIN_STOCK_STATUS_PERSON     "pidgin-status-person"
+#define PIDGIN_STOCK_STATUS_OPERATOR   "pidgin-status-operator"
+#define PIDGIN_STOCK_STATUS_HALFOP     "pidgin-status-halfop"
 
 /* Dialog icons */
 #define PIDGIN_STOCK_DIALOG_AUTH	"pidgin-dialog-auth"