view pixmaps/tb_drag_arrow_up.xpm @ 13362:f33077f19b60

[gaim-migrate @ 15735] TZ abbreviation mapping: - Change a couple NULL returns to the empty string, so things don't blow up. - Cache the lookup value for a standard comparison. By copying the value to the front of the array, we'll save a lot of unnecessary string comparisons. - Add newlines to the end of all the debug statements - Disable the debugging statements for normal cases, as this code is pretty solid I'd love it if someone running Windows could verify their newly created log files still have a TZ abbreviation in the name after these changes. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 01 Mar 2006 06:57:54 +0000
parents 87e95b8ce60b
children
line wrap: on
line source

/* XPM */
static char * tb_drag_arrow_up_xpm[] = {
"13 16 13 1",
" 	c None",
".	c #B80000",
"+	c #F02F2F",
"@	c #E87676",
"#	c #E78383",
"$	c #E56A6A",
"%	c #ED9191",
"&	c #F05757",
"*	c #E79F9F",
"=	c #E54545",
"-	c #EDAFAF",
";	c #D23333",
">	c #E40E0E",
"      .      ",
"     +@.     ",
"    +#@$.    ",
"   +%#@$&.   ",
"  +*%#@$&=.  ",
" +-*%#@$&=;. ",
">>>>+#@$>>>>.",
"    +#@$.    ",
"    +#@$.    ",
"    +#@$.    ",
"    +#@$.    ",
"    +#@$.    ",
"    +#@$.    ",
"    +#@$.    ",
"    +#@$.    ",
"    >>>>.    "};