view pixmaps/gnome_add.xpm @ 5388:5d0df915ca09

[gaim-migrate @ 5764] This patch is Sofar's (Auke Kok) napster update warmenhovinated by me. So... the Napster PRPL works with Opennap servers now. Thanks Auke. There are a few places that still need a bit of work. Namely joining and parting chats. I don't have time to look at it right now, but search for XXX and // and you'll see the stuff that is relevant to it, if anyone wants to fix the memleak or two. For any potential Gaim hackers out there, a few notes: -Put all declarations at the top of a block--we're not all using C99 -Please don't use // comments, use /* */ (// is for C) -Try to use dynamic buffers rather than static buffers in most places. I think most of us Gaim people perfer dynamic rather than static. I wish oscar.c was this short. Or this clean. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 15 May 2003 21:43:42 +0000
parents ff7a04b30608
children
line wrap: on
line source

/* XPM */
static char * gnome_add_xpm[] = {
"24 24 29 1",
" 	c None",
".	c #000000",
"+	c #706C60",
"@	c #E0DCC0",
"#	c #6F6B5F",
"$	c #6E6A5E",
"%	c #DEDABE",
"&	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",
"|	c #8D897F",
"                        ",
"                        ",
"                        ",
"           ...          ",
"           ...          ",
"           ...          ",
"           ...          ",
"           ...          ",
"         .......        ",
"          .....         ",
"       ...+...@...      ",
"     ..++#$#.@%%@@..    ",
"     .&.*+++=@@@-;>.    ",
"     .,,'.*+=@)!>~~.    ",
"     .,,,,{.+]>~~~~.    ",
"     .,,,,,^.~~~~~~.    ",
"     .,,,,,,.~~~~~~.    ",
"     .,,,,,,.~~~~~~.    ",
"     ./(,,,,.~~~~~_.    ",
"      ..:,,,.~~~~<..    ",
"        .[(,.~~}..      ",
"         ..|.}..        ",
"           ...          ",
"                        "};