# HG changeset patch # User Richard Laager # Date 1132492624 0 # Node ID 51c194ca6016530046207ea2a27c60fc9987d1ab # Parent 829203b89200819151d2041a36303bb2b8c64bbe [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 diff -r 829203b89200 -r 51c194ca6016 src/gtkstock.c --- 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