view pixmaps/status-away.xpm @ 4247:3ea14f99c35c

[gaim-migrate @ 4497] Fixed the "Clicking the close button on a file transfer send crashes gaim" bug. It turns out everything was mapped to ft_cancel(), which accepted a struct file_transfer *, but all those signal handlers had different params, so all kinds of bad, evil things happened. Tsk tsk. And now, back to work on my Instant Massage prpl. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 08 Jan 2003 07:04:01 +0000
parents 182fbac488c0
children
line wrap: on
line source

/* XPM */
static char * status_away_xpm[] = {
"12 13 11 1",
" 	c None",
".	c #C6C3C6",
"+	c #000000",
"@	c #848200",
"#	c #FFFF00",
"$	c #FFFFFF",
"%	c #000084",
"&	c #848284",
"*	c #840000",
"=	c #272727",
"-	c #FF0000",
"  ..++@@..  ",
" .++####@@. ",
".+##$$$$#$@.",
".+#$$$####@.",
"+#$$%$#%$##@",
"+#$.&..&.##@",
"+#**+######@",
"=*---+##@##@",
"*-----+@##@.",
"*$$$$$+###@.",
"*-----+#@@. ",
".*---++@..  ",
" .**+...    "};