Mercurial > pidgin
diff src/gtkblist.c @ 5381:aa1cf48f76eb
[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 <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Thu, 15 May 2003 19:29:07 +0000 |
parents | c4e7a079cc04 |
children | 965c339fd74c |
line wrap: on
line diff
--- 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); }