Mercurial > pidgin.yaz
comparison 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 |
comparison
equal
deleted
inserted
replaced
5380:6508cd9624ba | 5381:aa1cf48f76eb |
---|---|
926 protoname = prpl_info->list_icon(((struct chat*)node)->account, NULL); | 926 protoname = prpl_info->list_icon(((struct chat*)node)->account, NULL); |
927 } | 927 } |
928 | 928 |
929 if (GAIM_BLIST_NODE_IS_BUDDY(node) && | 929 if (GAIM_BLIST_NODE_IS_BUDDY(node) && |
930 ((struct buddy *)node)->present != GAIM_BUDDY_SIGNING_OFF && | 930 ((struct buddy *)node)->present != GAIM_BUDDY_SIGNING_OFF && |
931 ((struct buddy *)node)->present != GAIM_BUDDY_OFFLINE && | |
931 prpl_info->list_emblems) { | 932 prpl_info->list_emblems) { |
932 prpl_info->list_emblems((struct buddy*)node, &se, &sw, &nw, &ne); | 933 prpl_info->list_emblems((struct buddy*)node, &se, &sw, &nw, &ne); |
933 } | 934 } |
934 | 935 |
935 if (size == GAIM_STATUS_ICON_SMALL) { | 936 if (size == GAIM_STATUS_ICON_SMALL) { |