Mercurial > pidgin.yaz
changeset 12654:ccd0fa854471
[gaim-migrate @ 14997]
sf bug #1388007, "buddy is typing even after he signed off"
If a remote buddy signs off while they were typing you a message, give
the conversation API the "typing-stopped" signal. This got lost in
the status changes.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 25 Dec 2005 05:34:43 +0000 |
parents | afaee008da9f |
children | 2ef70289676c |
files | src/prpl.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/prpl.c Sun Dec 25 04:40:53 2005 +0000 +++ b/src/prpl.c Sun Dec 25 05:34:43 2005 +0000 @@ -273,6 +273,9 @@ gaim_blist_update_buddy_status(buddy, old_status); } g_slist_free(list); + + if (!gaim_status_is_online(status)) + serv_got_typing_stopped(gaim_account_get_connection(account), name); } static void