Mercurial > pidgin.yaz
changeset 31701:ae838d29c897
merge of '3031bead50a8d359f718d5d9accd75d5e79fac7d'
and '82147786072b59a286d5a14abfcf7ff7c56fbb35'
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Mon, 21 Feb 2011 22:57:05 +0000 |
parents | a3bfd9439d37 (current diff) 19d1551c7dbf (diff) |
children | c5550332b9bd |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/conversation.c Mon Feb 21 22:56:48 2011 +0000 +++ b/libpurple/conversation.c Mon Feb 21 22:57:05 2011 +0000 @@ -1218,7 +1218,7 @@ c = purple_conv_im_get_conversation(im); - if ((flags & PURPLE_MESSAGE_RECV) == PURPLE_MESSAGE_RECV) { + if ((flags & PURPLE_MESSAGE_RECV) == PURPLE_MESSAGE_RECV) { purple_conv_im_set_typing_state(im, PURPLE_NOT_TYPING); }