view pixmaps/arrow_down.xpm @ 5018:f82e6763e039

[gaim-migrate @ 5354] javabsp pointed out that it was actually Taso N. Devetzis (devetzis) that did that right-click event patch. this is a patch from robot101 to fix the tooltips on the buttons at the bottom of the blist. I wonder what the land speed record for cvs commits is committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 05 Apr 2003 02:55:12 +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",
"...........",
" .+++++++. ",
"  .+++++.  ",
"   .+++.   ",
"    .+.    ",
"     .     "};