view pixmaps/plugins_small.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 b9d34670ea40
children
line wrap: on
line source

/* XPM */
static char * plugins_small_xpm[] = {
"18 18 10 1",
" 	c None",
".	c #000000",
"+	c #FFFFFF",
"@	c #E5E5E5",
"#	c #CCCCCC",
"$	c #999999",
"%	c #666666",
"&	c #4C4C4C",
"*	c #FFEB96",
"=	c #F9CD39",
"                  ",
"      ... ...     ",
"      .+. .+.     ",
"      .@. .@.     ",
"      .#. .#.     ",
"    ...........   ",
"    .$$$$$$$$$.   ",
"    .$%%%%%%%&.   ",
"     .%%%%%%&.    ",
"     .&&&&&&&.    ",
"      .......     ",
"       .+*=.      ",
"       .....      ",
"        .%.       ",
"        .%.       ",
"        .$.       ",
"        .#.       ",
"                  "};