diff libpurple/protocols/irc/parse.c @ 32328: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 44fc11beefab
children ca4714f51bb1
line wrap: on
line diff
--- a/libpurple/protocols/irc/parse.c	Mon Oct 24 04:48:42 2011 +0000
+++ b/libpurple/protocols/irc/parse.c	Mon Oct 24 05:37:19 2011 +0000
@@ -171,7 +171,7 @@
 	struct irc_conn *irc;
 	struct _irc_user_cmd *cmdent;
 
-	gc = purple_conversation_get_gc(conv);
+	gc = purple_conversation_get_connection(conv);
 	if (!gc)
 		return PURPLE_CMD_RET_FAILED;