view pixmaps/arrow_down.xpm @ 4072:226f6871643c

[gaim-migrate @ 4284] Deryni's patch introduced a little bug that made one unable to respond to queued messages. I would fix it, but I don't really care about this feature ;) I'm just reversing it and letting Etan fix it. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 14 Dec 2002 02:27:15 +0000
parents bb7527b5f426
children
line wrap: on
line source

/* XPM */
static char * arrow_down_xpm[] = {
"11 6 3 1",
" 	c None",
".	c #000000",
"+	c #FFFFFF",
"...........",
" .+++++++. ",
"  .+++++.  ",
"   .+++.   ",
"    .+.    ",
"     .     "};