view gtk/pixmaps/tb_drag_arrow_left.xpm @ 15161:bface7451bd1

[gaim-migrate @ 17947] If a message is being received in a group chat at a moment just after it has been left, gaim_conv_chat_incoming_msg() is still triggerred but find_oscar_chat_by_conn() returns NULL. We no longer crash in this situation. committer: Tailor Script <tailor@pidgin.im>
author Evan Schoenberg <evan.s@dreskin.net>
date Sun, 10 Dec 2006 14:45:27 +0000
parents 009db0b357b5
children
line wrap: on
line source

/* XPM */
static char * tb_drag_arrow_left_xpm[] = {
"16 13 13 1",
" 	c None",
".	c #B80000",
"+	c #E40E0E",
"@	c #D23333",
"#	c #E54545",
"$	c #F05757",
"%	c #E56A6A",
"&	c #E87676",
"*	c #F02F2F",
"=	c #E78383",
"-	c #ED9191",
";	c #E79F9F",
">	c #EDAFAF",
"      .         ",
"     .+         ",
"    .@+         ",
"   .##+         ",
"  .$$$+.........",
" .%%%%%%%%%%%%%+",
".&&&&&&&&&&&&&&+",
" *=============+",
"  *---*********+",
"   *;;+         ",
"    *>+         ",
"     *+         ",
"      +         "};