view pixmaps/tb_drag_arrow_right.xpm @ 13912:3d1cee0d360d

[gaim-migrate @ 16411] Fix the IRC crash-on-quit bug that I introduced two weeks ago. My bad. account->disconnecting seems weird to me... it seems like we should get rid of it and add a GAIM_DISCONNECTING state to GaimConnectionState, instead committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 03 Jul 2006 05:37:41 +0000
parents 87e95b8ce60b
children
line wrap: on
line source

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