libpurple/protocols/yahoo/yahoochat.c

branch
soc.2013.gobjectification
changeset 35021
eaf8156d3c5e
parent 34955
854143116575
child 35265
77664079d0f0
child 36893
491f8d2fa318
--- a/libpurple/protocols/yahoo/yahoochat.c	Sat Oct 12 20:46:23 2013 +0530
+++ b/libpurple/protocols/yahoo/yahoochat.c	Sat Oct 12 20:53:33 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