# HG changeset patch # User Stu Tomlinson # Date 1182693652 0 # Node ID 2dc19ae2197156a7adfc87b5f99722d32806ddbc # Parent 7992f408a94d612e5462f6e35f763c8d6acbf828 Uncomment some things that were begging to be uncommented diff -r 7992f408a94d -r 2dc19ae21971 pidgin/pidginstock.c --- a/pidgin/pidginstock.c Sun Jun 24 13:58:05 2007 +0000 +++ b/pidgin/pidginstock.c Sun Jun 24 14:00:52 2007 +0000 @@ -170,9 +170,7 @@ { 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-new-im.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 } - */ + { PIDGIN_STOCK_TRAY_EMAIL, "tray", "tray-message.png", TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, NULL } }; static gchar * diff -r 7992f408a94d -r 2dc19ae21971 pidgin/pidginstock.h --- a/pidgin/pidginstock.h Sun Jun 24 13:58:05 2007 +0000 +++ b/pidgin/pidginstock.h Sun Jun 24 14:00:52 2007 +0000 @@ -137,9 +137,7 @@ #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" - */ +#define PIDGIN_STOCK_TRAY_EMAIL "pidgin-tray-email" /*@}*/