view pixmaps/tb_redo.xpm @ 4615:34878f660804

[gaim-migrate @ 4904] Fixed aim_conn_completeconnect. There was no need to select on the connection fd, since proxy_connect does that. On windows, we would sometimes enter an infinite loop when select was returning 0 as a result. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 25 Feb 2003 18:17:33 +0000
parents 6f049002d963
children
line wrap: on
line source

/* XPM */
static char * tb_redo_xpm[] = {
"24 24 8 1",
" 	c None",
".	c #000000",
"+	c #4C603C",
"@	c #566B43",
"#	c #445636",
"$	c #526741",
"%	c #5A7046",
"&	c #37452B",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"              .         ",
"              ..        ",
"           ...+@.       ",
"         ..#+$$%$.      ",
"        .##...$@.       ",
"        .&.   ..        ",
"       .&.    .         ",
"       ..               ",
"       ..               ",
"        .               ",
"         .              ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};