view pixmaps/gnome_add.xpm @ 4609:71b27122c8a6

[gaim-migrate @ 4897] [21:48:32] <shadows> uhhh.... gaim is still crashing when clicking okay button twice in New IM screenname prompe [21:48:41] <shadows> s/prompe/prompt/ [21:49:03] <shadows> what the hell guys? it's one line of code to comment out to make the quick fix [21:51:38] <LSchiere0> that's a fun backtrace shadows [21:51:58] <LSchiere0> shadows: what would that line be? [21:52:41] <shadows> src/dialogs.c [21:52:42] <shadows> lemme check [21:53:32] <-- LSchiere has quit ("Download Gaim [http://gaim.sourceforge.net/]") [21:54:11] <shadows> line 570 [21:54:25] <shadows> it needs to be commented out with a note asking for a proper solution [21:54:32] <shadows> otherwise, as-is, it results in a double-free committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 24 Feb 2003 02:55:03 +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",
"                        ",
"                        ",
"                        ",
"           ...          ",
"           ...          ",
"           ...          ",
"           ...          ",
"           ...          ",
"         .......        ",
"          .....         ",
"       ...+...@...      ",
"     ..++#$#.@%%@@..    ",
"     .&.*+++=@@@-;>.    ",
"     .,,'.*+=@)!>~~.    ",
"     .,,,,{.+]>~~~~.    ",
"     .,,,,,^.~~~~~~.    ",
"     .,,,,,,.~~~~~~.    ",
"     .,,,,,,.~~~~~~.    ",
"     ./(,,,,.~~~~~_.    ",
"      ..:,,,.~~~~<..    ",
"        .[(,.~~}..      ",
"         ..|.}..        ",
"           ...          ",
"                        "};