changeset 17843:6c0a747594ce

Use the correct icon for new message
author Sean Egan <seanegan@gmail.com>
date Wed, 13 Jun 2007 00:44:27 +0000
parents c7df0c2d8eef
children 2dfc45eaf008 4b78c4aec823
files pidgin/pidginstock.c pidgin/pidginstock.h
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 *
--- 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"
+ */
 
 
 /*@}*/