comparison finch/plugins/grouping.c @ 32827:4a34689eeb33 default tip

merged from im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 19 Nov 2011 14:42:54 +0900
parents d288f5215a9a
children
comparison
equal deleted inserted replaced
32692:0f94ec89f0bc 32827:4a34689eeb33
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: