changeset 12170:51c194ca6016

[gaim-migrate @ 14471] (08:59:36) Peter Lawler (Bleeter): I just noticed the mail icon thing in the blist. I stupidly assumed it meant I'd had new mail, but had closed the dialog. Maybe it could do with using the gaimdude instead as the pixmap? I'm thinking the IM icon would be better. I kept the PENDING icon separate, in case we come up with a better icon for just this case. I left the envelope pixmap for now. We can remove it later, if desired. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 20 Nov 2005 13:17:04 +0000
parents 829203b89200
children ffdd2ccf3a53
files src/gtkstock.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkstock.c	Sun Nov 20 12:50:54 2005 +0000
+++ b/src/gtkstock.c	Sun Nov 20 13:17:04 2005 +0000
@@ -96,7 +96,7 @@
 #else
 	{ GAIM_STOCK_PAUSE,           "buttons", "pause.png"                },
 #endif
-	{ GAIM_STOCK_PENDING,         "gaim",    "envelope.png"             },
+	{ GAIM_STOCK_PENDING,         "buttons", "send-im.png"              },
 #if GTK_CHECK_VERSION(2,6,0)
 	{ GAIM_STOCK_PLUGIN,          NULL,      GTK_STOCK_DISCONNECT       },
 #else