Mercurial > pidgin
diff libpurple/protocols/mxit/mxit.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 | c6943fd38d44 |
children |
line wrap: on
line diff
--- a/libpurple/protocols/mxit/mxit.c Mon Oct 24 04:48:42 2011 +0000 +++ b/libpurple/protocols/mxit/mxit.c Mon Oct 24 05:37:19 2011 +0000 @@ -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;