view pixmaps/tb_drag_arrow_down.xpm @ 12439:97167ff86683

[gaim-migrate @ 14746] Holy crap this was a pain to track down. Before this change, the value of lst was getting overwritten, I guess by the output of the DNS query. After this change I'm able to attempt to sign on to SIP in Windows. I'm getting "Wrong Password" now. Not sure what's up with that. I'll try to figure something out at work tomorrow. But hey, at least it's not crashing anymore. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 09 Dec 2005 06:43:51 +0000
parents 5fb47ec9bfe4
children 87e95b8ce60b
line wrap: on
line source

/* XPM */
static const char * arrow_down_xpm[] = {
"13 16 2 1",
" 	c None",
".	c #FF0000",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
".............",
" ........... ",
"  .........  ",
"   .......   ",
"    .....    ",
"     ...     ",
"      .      "};