Mercurial > pidgin.yaz
diff libpurple/plugins/psychic.c @ 27115:2ab648c328cc
Consistently emit conversation-updated for typing state changes.
Also reformatted ChangeLog.API a bit (I noticed there's a Changed section)
and added a comment to the psychic plugin (since I had to look up why it
was doing that).
Patch from Florian Quze. Closes #7605.
committer: Paul Aurich <paul@darkrain42.org>
author | Florian Quèze <florian@instantbird.org> |
---|---|
date | Fri, 05 Jun 2009 02:30:31 +0000 |
parents | 3cc856ca2338 |
children | a8cc50c2279f |
line wrap: on
line diff
--- a/libpurple/plugins/psychic.c Fri Jun 05 01:58:22 2009 +0000 +++ b/libpurple/plugins/psychic.c Fri Jun 05 02:30:31 2009 +0000 @@ -74,6 +74,7 @@ time(NULL)); } + /* Necessary because we may be creating a new conversation window. */ purple_conv_im_set_typing_state(PURPLE_CONV_IM(gconv), PURPLE_TYPING); } }