view pixmaps/tb_undo.xpm @ 5892:da8939ad60b6

[gaim-migrate @ 6324] Fixes a spelling mistake. Fixes a rare possible-crash in oscar. Shuffled some code around. I tend to do this a lot. Attemped to fix the buddy icon infi-loop thing. Sean, search for "81" in oscar.c I commented that out. I'm pretty sure it will stop the looping, but do you know why that's there? I don't really understand when the server would send 0x81 as "flags," or what it means. Good night, moon. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 15 Jun 2003 09:28:57 +0000
parents 6f049002d963
children
line wrap: on
line source

/* XPM */
static char * tb_undo_xpm[] = {
"24 24 8 1",
" 	c None",
".	c #000000",
"+	c #8F431E",
"@	c #803C1B",
"#	c #8A411D",
"$	c #954620",
"%	c #733618",
"&	c #5C2B13",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"         .              ",
"        ..              ",
"       .+@...           ",
"      .#$##@%..         ",
"       .+#...%%.        ",
"        ..   .&.        ",
"         .    .&.       ",
"               ..       ",
"               ..       ",
"               .        ",
"              .         ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};