view pixmaps/gnome_remove.xpm @ 3891:a611ec77d1d2

[gaim-migrate @ 4043] this is a better test condition from paco-paco. (17:05:42) Paco-Paco: and you have to check the return value of wait against (pid_t)-1 (17:05:42) Paco-Paco: you *cannot* use < 0 (17:05:45) Paco-Paco: pid_t is unsigned on some systems :-) (17:05:57) Paco-Paco: actually, my patch might need fixed for the while loop (17:05:58) ***Paco-Paco looks (17:07:16) Paco-Paco: LSchiere: actually, I have a one-line fix committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 03 Nov 2002 22:16:39 +0000
parents ff7a04b30608
children
line wrap: on
line source

/* XPM */
static char * gnome_remove_xpm[] = {
"24 24 30 1",
" 	c None",
".	c #000000",
"+	c #200002",
"@	c #140000",
"#	c #190001",
"$	c #706C60",
"%	c #100000",
"&	c #E0DCC0",
"*	c #ADA798",
"=	c #686754",
"-	c #949480",
";	c #BAB696",
">	c #41413F",
",	c #5F5F59",
"'	c #D4CCC0",
")	c #A7A296",
"!	c #B3B090",
"~	c #484844",
"{	c #84847C",
"]	c #A19D90",
"^	c #4B4B48",
"/	c #CEC7B9",
"(	c #969289",
"_	c #BAB3A8",
":	c #6D6D66",
"<	c #AAA597",
"[	c #5B5B56",
"}	c #7F7C71",
"|	c #5A5A54",
"1	c #8D897F",
"                        ",
"                        ",
"                        ",
"            .           ",
"           ...          ",
"          .....         ",
"         .......        ",
"           ...          ",
"           +@#          ",
"          .###.         ",
"       ...$%@#&...      ",
"     ..$$$$##+&&&&..    ",
"     .*.=$$$-&&&;>,.    ",
"     .'').=$-&!~,{{.    ",
"     .''''].$^,{{{{.    ",
"     .'''''/.{{{{{{.    ",
"     .''''''.{{{{{{.    ",
"     .''''''.{{{{{{.    ",
"     .(_''''.{{{{{:.    ",
"      ..<'''.{{{{[..    ",
"        .}_'.{{|..      ",
"         ..1.|..        ",
"           ...          ",
"                        "};