--- a/libpurple/protocols/yahoo/yahoochat.c Sat Oct 12 20:02:28 2013 +0530 +++ b/libpurple/protocols/yahoo/yahoochat.c Sat Oct 12 20:56:21 2013 +0530 @@ -1528,7 +1528,7 @@ const char *rll; GList *proto_data; - if (purple_roomlist_room_get_type(category) != PURPLE_ROOMLIST_ROOMTYPE_CATEGORY) + if (purple_roomlist_room_get_room_type(category) != PURPLE_ROOMLIST_ROOMTYPE_CATEGORY) return; if (!(id = g_list_nth_data(purple_roomlist_room_get_fields(category), 1))) {