view pixmaps/tb_drag_arrow_down.xpm @ 6473:2311f3761ed2

[gaim-migrate @ 6982] We shouldn't notify people that we're converting the buddy list, since it doesn't really take long, and we don't do that for preferences, accounts, or pounces. However, I've only #if 0'd it out, so if somebody feels this is *really* important, we can easily put it back. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 15 Aug 2003 03:59:00 +0000
parents 5fb47ec9bfe4
children 87e95b8ce60b
line wrap: on
line source

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