# HG changeset patch # User Christian Hammond # Date 1053026947 0 # Node ID aa1cf48f76eb44c0047cb57b81d401953c2f7c18 # Parent 6508cd9624babfe3881168c7073417efbebc2622 [gaim-migrate @ 5757] Correct me if I'm wrong, but I don't think we want to call list_emblems if the user is offline? committer: Tailor Script diff -r 6508cd9624ba -r aa1cf48f76eb src/gtkblist.c --- a/src/gtkblist.c Thu May 15 19:17:48 2003 +0000 +++ b/src/gtkblist.c Thu May 15 19:29:07 2003 +0000 @@ -928,6 +928,7 @@ if (GAIM_BLIST_NODE_IS_BUDDY(node) && ((struct buddy *)node)->present != GAIM_BUDDY_SIGNING_OFF && + ((struct buddy *)node)->present != GAIM_BUDDY_OFFLINE && prpl_info->list_emblems) { prpl_info->list_emblems((struct buddy*)node, &se, &sw, &nw, &ne); }