libpurple/protocols/yahoo/yahoochat.c

branch
gtkdoc-conversion
changeset 35501
602747bb4af9
parent 35499
c4c5e0a670b1
child 35639
7391a9c98a1d
child 37103
cdc96a002b33
--- a/libpurple/protocols/yahoo/yahoochat.c	Mon Feb 10 01:40:39 2014 +0530
+++ b/libpurple/protocols/yahoo/yahoochat.c	Mon Feb 10 02:20:01 2014 +0530
@@ -208,7 +208,7 @@
 		g_hash_table_replace(components, g_strdup("topic"), msg);
 	g_hash_table_replace(components, g_strdup("type"), g_strdup("Conference"));
 	g_hash_table_replace(components, g_strdup("members"), g_string_free(members, FALSE));
-	purple_purple_serv_got_chat_invite(gc, room, who, msg, components);
+	purple_serv_got_chat_invite(gc, room, who, msg, components);
 
 }
 
@@ -805,7 +805,7 @@
 
 		components = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free);
 		g_hash_table_replace(components, g_strdup("room"), g_strdup(room));
-		purple_purple_serv_got_chat_invite(gc, room, who, msg, components);
+		purple_serv_got_chat_invite(gc, room, who, msg, components);
 	}
 
 	g_free(room);

mercurial