diff libpurple/protocols/mxit/mxit.c @ 32827:4a34689eeb33 default tip

merged from im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 19 Nov 2011 14:42:54 +0900
parents 3e7a7e14af62
children
line wrap: on
line diff
--- a/libpurple/protocols/mxit/mxit.c	Mon Sep 26 14:57:21 2011 +0900
+++ b/libpurple/protocols/mxit/mxit.c	Sat Nov 19 14:42:54 2011 +0900
@@ -176,7 +176,7 @@
 	const char*			who;
 	char*				tmp;
 
-	gc = purple_conversation_get_gc( conv );
+	gc = purple_conversation_get_connection( conv );
 	if ( session->con != gc ) {
 		/* not our conversation */
 		return;