Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
32327:fb2458f2326b | 32328:3e7a7e14af62 |
---|---|
174 struct contact* contact; | 174 struct contact* contact; |
175 PurpleBuddy* buddy; | 175 PurpleBuddy* buddy; |
176 const char* who; | 176 const char* who; |
177 char* tmp; | 177 char* tmp; |
178 | 178 |
179 gc = purple_conversation_get_gc( conv ); | 179 gc = purple_conversation_get_connection( conv ); |
180 if ( session->con != gc ) { | 180 if ( session->con != gc ) { |
181 /* not our conversation */ | 181 /* not our conversation */ |
182 return; | 182 return; |
183 } | 183 } |
184 else if ( purple_conversation_get_type( conv ) != PURPLE_CONV_TYPE_IM ) { | 184 else if ( purple_conversation_get_type( conv ) != PURPLE_CONV_TYPE_IM ) { |