view pixmaps/tb_drag_arrow_left.xpm @ 8495:a88124e46fc6

[gaim-migrate @ 9230] Escape napster text. I'm pretty sure Napster isn't supposed to support HTML tags. Also, I can connect to a local napster server with no problems, but when I try to connect to remote napster servers I get an error when reading, and strerror(errno) says "Success." Anyone know what's up with that? Maybe there isn't enough data in the TCP stream or something and the socket is non-blocking, so it just returns? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 24 Mar 2004 01:46:46 +0000
parents 5fb47ec9bfe4
children 87e95b8ce60b
line wrap: on
line source

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