view pixmaps/status-here.xpm @ 1267:9cff8ff01d37

[gaim-migrate @ 1277] WHAT THE FUCK. Why do people use goto? It pisses me off. To no end. Let me say right now, if anyone submits a patch that has a goto in it, they'll probably be very ridiculed, possibly publicly, before i put them on my block list and refuse to accept any patches from them. Ever. Even if they don't have gotos in them. You can't excuse a goto. Ever. X-Chat has them all over. Read src/common/inbound.c. It made me do no fewer than three full-body shivers. Oh yeah, and i moved blist files from %s.blist to %d.blist. gaim will take care of moving it for you. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 14 Dec 2000 13:22:58 +0000
parents 0c7c659fc730
children 182fbac488c0
line wrap: on
line source

/* XPM */
static char * status_here_xpm[] = {
"16 16 10 1",
"       c None",
".      c #C0C0C0",
"+      c #000000",
"@      c #808000",
"#      c #FFFF00",
"$      c #FFFFFF",
"%      c #000080",
"&      c #808080",
"*      c #800000",
"=      c #FF0000",
"                ",
"     ......     ",
"   ...++@@...   ",
"  ..++####@@..  ",
"  .+##$$$$#$@.  ",
" ..+#$$$####@.. ",
" .+#$$%$#%$##@. ",
" .+#$.&..&.##@. ",
" .+##########@. ",
" .+##*####=##@. ",
" ..+##*==*##@.. ",
"  .+########@.  ",
"  ..++#$$#@@..  ",
"   ...+++@...   ",
"     ......     ",
"                "};