| 659 continue; |
659 continue; |
| 660 |
660 |
| 661 for(cn = purple_blist_node_get_first_child(gn); |
661 for(cn = purple_blist_node_get_first_child(gn); |
| 662 cn; |
662 cn; |
| 663 cn = purple_blist_node_get_sibling_next(cn)) { |
663 cn = purple_blist_node_get_sibling_next(cn)) { |
| 664 if(! PURPLE_IS_CONTACT(cn)) continue; |
664 if(! PURPLE_IS_META_CONTACT(cn)) continue; |
| 665 |
665 |
| 666 for(bn = purple_blist_node_get_first_child(cn); |
666 for(bn = purple_blist_node_get_first_child(cn); |
| 667 bn; |
667 bn; |
| 668 bn = purple_blist_node_get_sibling_next(bn)) { |
668 bn = purple_blist_node_get_sibling_next(bn)) { |
| 669 if(! PURPLE_IS_BUDDY(bn)) continue; |
669 if(! PURPLE_IS_BUDDY(bn)) continue; |
| 964 gn = (PurpleBlistNode *) group; |
964 gn = (PurpleBlistNode *) group; |
| 965 |
965 |
| 966 for(cn = purple_blist_node_get_first_child(gn); |
966 for(cn = purple_blist_node_get_first_child(gn); |
| 967 cn; |
967 cn; |
| 968 cn = purple_blist_node_get_sibling_next(cn)) { |
968 cn = purple_blist_node_get_sibling_next(cn)) { |
| 969 if(! PURPLE_IS_CONTACT(cn)) continue; |
969 if(! PURPLE_IS_META_CONTACT(cn)) continue; |
| 970 |
970 |
| 971 for(bn = purple_blist_node_get_first_child(cn); |
971 for(bn = purple_blist_node_get_first_child(cn); |
| 972 bn; |
972 bn; |
| 973 bn = purple_blist_node_get_sibling_next(bn)) { |
973 bn = purple_blist_node_get_sibling_next(bn)) { |
| 974 PurpleBuddy *gb = (PurpleBuddy *) bn; |
974 PurpleBuddy *gb = (PurpleBuddy *) bn; |
| 1033 gn = (PurpleBlistNode *) group; |
1033 gn = (PurpleBlistNode *) group; |
| 1034 |
1034 |
| 1035 for(cn = purple_blist_node_get_first_child(gn); |
1035 for(cn = purple_blist_node_get_first_child(gn); |
| 1036 cn; |
1036 cn; |
| 1037 cn = purple_blist_node_get_sibling_next(cn)) { |
1037 cn = purple_blist_node_get_sibling_next(cn)) { |
| 1038 if(! PURPLE_IS_CONTACT(cn)) continue; |
1038 if(! PURPLE_IS_META_CONTACT(cn)) continue; |
| 1039 |
1039 |
| 1040 for(bn = purple_blist_node_get_first_child(cn); |
1040 for(bn = purple_blist_node_get_first_child(cn); |
| 1041 bn; |
1041 bn; |
| 1042 bn = purple_blist_node_get_sibling_next(bn)) { |
1042 bn = purple_blist_node_get_sibling_next(bn)) { |
| 1043 PurpleBuddy *gb = (PurpleBuddy *) bn; |
1043 PurpleBuddy *gb = (PurpleBuddy *) bn; |
| 1309 if(! PURPLE_IS_GROUP(gnode)) continue; |
1309 if(! PURPLE_IS_GROUP(gnode)) continue; |
| 1310 |
1310 |
| 1311 for(cnode = purple_blist_node_get_first_child(gnode); |
1311 for(cnode = purple_blist_node_get_first_child(gnode); |
| 1312 cnode; |
1312 cnode; |
| 1313 cnode = purple_blist_node_get_sibling_next(cnode)) { |
1313 cnode = purple_blist_node_get_sibling_next(cnode)) { |
| 1314 if(! PURPLE_IS_CONTACT(cnode)) |
1314 if(! PURPLE_IS_META_CONTACT(cnode)) |
| 1315 continue; |
1315 continue; |
| 1316 for(bnode = purple_blist_node_get_first_child(cnode); |
1316 for(bnode = purple_blist_node_get_first_child(cnode); |
| 1317 bnode; |
1317 bnode; |
| 1318 bnode = purple_blist_node_get_sibling_next(bnode)) { |
1318 bnode = purple_blist_node_get_sibling_next(bnode)) { |
| 1319 PurpleBuddy *b; |
1319 PurpleBuddy *b; |