view pixmaps/tb_drag_arrow_down.xpm @ 12176:6f41d8d33989

[gaim-migrate @ 14478] Iterating over all buddies for a presence when a presence is common to all those buddies is dumb, not to mention buggy. I introduced this (these?) bug back in January and told ChipX86 I'd revert it "soon" in March. 8 months is soon, right? This fixes the online counts being wrong when you have a buddy in multiple groups. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 21 Nov 2005 01:56:13 +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",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
".............",
" ........... ",
"  .........  ",
"   .......   ",
"    .....    ",
"     ...     ",
"      .      "};