diff -r a9223009939a -r a9085b52de8b pidgin/gtkutils.c --- a/pidgin/gtkutils.c Wed Sep 21 03:27:36 2022 -0500 +++ b/pidgin/gtkutils.c Thu Sep 22 20:25:37 2022 -0500 @@ -360,7 +360,7 @@ for (cnode = gnode->child; cnode != NULL; cnode = cnode->next) { - if (!PURPLE_IS_CONTACT(cnode)) + if (!PURPLE_IS_META_CONTACT(cnode)) continue; g_object_get(cnode, "alias", &alias, NULL);