comparison finch/plugins/grouping.c @ 32672:3828a61c44da

A boring and large patch so I can merge heads.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 23 Dec 2011 08:21:58 +0000
parents 7921a53b94b3
children
comparison
equal deleted inserted replaced
32671:0e69949b3e61 32672:3828a61c44da
52 { 52 {
53 switch (purple_blist_node_get_type(node)) { 53 switch (purple_blist_node_get_type(node)) {
54 case PURPLE_BLIST_CONTACT_NODE: 54 case PURPLE_BLIST_CONTACT_NODE:
55 { 55 {
56 PurpleContact *contact = (PurpleContact*)node; 56 PurpleContact *contact = (PurpleContact*)node;
57 if (contact->currentsize > 0) 57 if (purple_contact_get_contact_size(contact, FALSE) > 0)
58 return TRUE; 58 return TRUE;
59 return FALSE; 59 return FALSE;
60 } 60 }
61 break; 61 break;
62 case PURPLE_BLIST_BUDDY_NODE: 62 case PURPLE_BLIST_BUDDY_NODE: