diff -r 60a278f1365b -r 6e0d13978666 pidgin/plugins/gevolution/gevo-util.c --- a/pidgin/plugins/gevolution/gevo-util.c Wed Jul 03 04:58:28 2013 +0530 +++ b/pidgin/plugins/gevolution/gevo-util.c Wed Jul 03 21:49:28 2013 +0530 @@ -78,7 +78,7 @@ gnode != NULL; gnode = gnode->next) { - if (PURPLE_BLIST_NODE_IS_GROUP(gnode)) + if (PURPLE_IS_GROUP(gnode)) { g = (PurpleGroup *)gnode; list = g_list_append(list, g->name);