comparison 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
comparison
equal deleted inserted replaced
32692:0f94ec89f0bc 32827:4a34689eeb33
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 ) {