diff libpurple/protocols/yahoo/libymsg.c @ 32790:3e7a7e14af62

Our API really shouldn't have a 'gc' in it anymore.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 24 Oct 2011 05:37:19 +0000
parents 75daf132caf2
children 4a34689eeb33
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/libymsg.c	Mon Oct 24 04:48:42 2011 +0000
+++ b/libpurple/protocols/yahoo/libymsg.c	Mon Oct 24 05:37:19 2011 +0000
@@ -5232,7 +5232,7 @@
 	if (!args || !args[0])
 		return PURPLE_CMD_RET_FAILED;
 
-	gc = purple_conversation_get_gc(conv);
+	gc = purple_conversation_get_connection(conv);
 	purple_debug_info("yahoo", "Trying to join %s \n", args[0]);
 
 	comp = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free);