# HG changeset patch # User Sean Egan # Date 1181695467 0 # Node ID 6c0a747594ce155ab47a3cbeb4ca8caa653c96be # Parent c7df0c2d8eef09c2aeb9b81297b3dbe8f773e6a5 Use the correct icon for new message diff -r c7df0c2d8eef -r 6c0a747594ce pidgin/pidginstock.c --- a/pidgin/pidginstock.c Tue Jun 12 18:28:10 2007 +0000 +++ b/pidgin/pidginstock.c Wed Jun 13 00:44:27 2007 +0000 @@ -168,7 +168,10 @@ { PIDGIN_STOCK_TRAY_XA, "tray", "tray-extended-away.png", TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, NULL }, { PIDGIN_STOCK_TRAY_OFFLINE, "tray", "tray-offline.png", TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, NULL }, { PIDGIN_STOCK_TRAY_CONNECT, "tray", "tray-connecting.png", TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, NULL }, - { PIDGIN_STOCK_TRAY_PENDING, "tray", "tray-message.png", TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, NULL } + { PIDGIN_STOCK_TRAY_PENDING, "tray", "tray-new-message.png", TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, NULL } +/* Uncomment me after 2.0.2! + * { PIDGIN_STOCK_TRAY_EMAIL, "tray", "tray-message.png", TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, NULL } + */ }; static gchar * diff -r c7df0c2d8eef -r 6c0a747594ce pidgin/pidginstock.h --- a/pidgin/pidginstock.h Tue Jun 12 18:28:10 2007 +0000 +++ b/pidgin/pidginstock.h Wed Jun 13 00:44:27 2007 +0000 @@ -136,6 +136,9 @@ #define PIDGIN_STOCK_TRAY_OFFLINE "pidgin-tray-offline" #define PIDGIN_STOCK_TRAY_CONNECT "pidgin-tray-connect" #define PIDGIN_STOCK_TRAY_PENDING "pidgin-tray-pending" +/* Uncomment me after 2.0.2! + * #define PIDGIN_STOCK_TRAY_EMAIL "pidgin-tray-email" + */ /*@}*/