libpurple/protocols/yahoo/yahoochat.c

branch
soc.2013.gobjectification.plugins
changeset 36893
491f8d2fa318
parent 36782
64936dae41a3
parent 35021
eaf8156d3c5e
child 37016
48f85579cc4c
--- 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))) {

mercurial