view pixmaps/away.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 2846a03bda67
children
line wrap: on
line source

/* XPM */
static char * away_xpm[] = {
"16 7 2 1",
" 	c None",
".	c #E89530",
"  ....          ",
" .  ..          ",
"   ..  .... ....",
"  ..  . .. . .. ",
" ...  . .  . .  ",
" ..  . .. . .. .",
"..... .... .... "};