comparison pidgin/pidginstock.h @ 29626:1446436616d4

Use GtkStatusIcon on GTK+ 2.10+. That's actually the required version for next minor, but I'm leaving in the rest of the code until all the kinks are worked out. I still need to figure out how to properly move the icons so that they scale nicely. The code is done, just the files need proper placement. References #2629.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 08 Nov 2009 08:23:21 +0000
parents 5d71de58452c
children 7b1cfd48beab
comparison
equal deleted inserted replaced
29625:4f325adb8ced 29626:1446436616d4
159 #define PIDGIN_STOCK_TOOLBAR_VIDEO_CALL "pidgin-video-call" 159 #define PIDGIN_STOCK_TOOLBAR_VIDEO_CALL "pidgin-video-call"
160 #define PIDGIN_STOCK_TOOLBAR_AUDIO_VIDEO_CALL "pidgin-audio-video-call" 160 #define PIDGIN_STOCK_TOOLBAR_AUDIO_VIDEO_CALL "pidgin-audio-video-call"
161 #endif 161 #endif
162 162
163 /* Tray icons */ 163 /* Tray icons */
164 #define PIDGIN_STOCK_TRAY_AVAILABLE "pidgin-tray-available" 164 #define PIDGIN_STOCK_TRAY_AVAILABLE "pidgin-tray-online"
165 #define PIDGIN_STOCK_TRAY_INVISIBLE "pidgin-tray-invisible" 165 #define PIDGIN_STOCK_TRAY_INVISIBLE "pidgin-tray-invisible"
166 #define PIDGIN_STOCK_TRAY_AWAY "pidgin-tray-away" 166 #define PIDGIN_STOCK_TRAY_AWAY "pidgin-tray-away"
167 #define PIDGIN_STOCK_TRAY_BUSY "pidgin-tray-busy" 167 #define PIDGIN_STOCK_TRAY_BUSY "pidgin-tray-busy"
168 #define PIDGIN_STOCK_TRAY_XA "pidgin-tray-xa" 168 #define PIDGIN_STOCK_TRAY_XA "pidgin-tray-xa"
169 #define PIDGIN_STOCK_TRAY_OFFLINE "pidgin-tray-offline" 169 #define PIDGIN_STOCK_TRAY_OFFLINE "pidgin-tray-offline"