comparison libpurple/conversation.c @ 31251:19d1551c7dbf

disapproval of revision 'a694289accbec14c593b3636ef1f626fd8279805'
author Evan Schoenberg <evan.s@dreskin.net>
date Mon, 21 Feb 2011 22:55:51 +0000
parents 6342df9934cb
children
comparison
equal deleted inserted replaced
31241:6342df9934cb 31251:19d1551c7dbf
1216 g_return_if_fail(im != NULL); 1216 g_return_if_fail(im != NULL);
1217 g_return_if_fail(message != NULL); 1217 g_return_if_fail(message != NULL);
1218 1218
1219 c = purple_conv_im_get_conversation(im); 1219 c = purple_conv_im_get_conversation(im);
1220 1220
1221 if ((flags & PURPLE_MESSAGE_RECV) == PURPLE_MESSAGE_RECV) { 1221 if ((flags & PURPLE_MESSAGE_RECV) == PURPLE_MESSAGE_RECV) {
1222 purple_conv_im_set_typing_state(im, PURPLE_NOT_TYPING); 1222 purple_conv_im_set_typing_state(im, PURPLE_NOT_TYPING);
1223 } 1223 }
1224 1224
1225 /* Pass this on to either the ops structure or the default write func. */ 1225 /* Pass this on to either the ops structure or the default write func. */
1226 if (c->ui_ops != NULL && c->ui_ops->write_im != NULL) 1226 if (c->ui_ops != NULL && c->ui_ops->write_im != NULL)