view pixmaps/tb_drag_arrow_left.xpm @ 11640:c36adfe4dc57

[gaim-migrate @ 13917] Fix a bug where Yahoo! away messages would sometimes appear with HTML markup. It would happen when you become idle--Yahoo! apparently needs to resend the away message to the server when it flags you as idle. When it does so, it reads the away message from gc->away, but it does not properly strip the HTML. Also, we might need to get some WYSIWYG action for the away message edit box... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 11 Oct 2005 04:40:28 +0000
parents 5fb47ec9bfe4
children 87e95b8ce60b
line wrap: on
line source

/* XPM */
static char * tb_drag_arrow_left_xpm[] = {
"16 13 2 1",
" 	c None",
".	c #FF0000",
"      .         ",
"     ..         ",
"    ...         ",
"   ....         ",
"  .....         ",
" ...............",
"................",
" ...............",
"  .....         ",
"   ....         ",
"    ...         ",
"     ..         ",
"      .         "};