view pixmaps/tb_drag_arrow_left.xpm @ 4530:cbdc0fc5c3c6

[gaim-migrate @ 4808] Carl-Daniel Hailfinger (c-d_hailfinger) writes: "Currently, we abort if we encounter an empty line in the reply from the server. (My fault, I coded it) Since I do not know whether the original Gadu-gadu client will save buddy lists with an empty line in between, skip such a line and continue. Possible harm done: none" committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 05 Feb 2003 13:47:28 +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",
"      .         ",
"     ..         ",
"    ...         ",
"   ....         ",
"  .....         ",
" ...............",
"................",
" ...............",
"  .....         ",
"   ....         ",
"    ...         ",
"     ..         ",
"      .         "};