pidgin/gtkutils.c

changeset 41733
a9085b52de8b
parent 41629
f617ffec2950
child 41766
78a984e17548
equal deleted inserted replaced
41732:a9223009939a 41733:a9085b52de8b
358 if (!PURPLE_IS_GROUP(gnode)) 358 if (!PURPLE_IS_GROUP(gnode))
359 continue; 359 continue;
360 360
361 for (cnode = gnode->child; cnode != NULL; cnode = cnode->next) 361 for (cnode = gnode->child; cnode != NULL; cnode = cnode->next)
362 { 362 {
363 if (!PURPLE_IS_CONTACT(cnode)) 363 if (!PURPLE_IS_META_CONTACT(cnode))
364 continue; 364 continue;
365 365
366 g_object_get(cnode, "alias", &alias, NULL); 366 g_object_get(cnode, "alias", &alias, NULL);
367 367
368 for (bnode = cnode->child; bnode != NULL; bnode = bnode->next) 368 for (bnode = cnode->child; bnode != NULL; bnode = bnode->next)

mercurial