Mercurial > pidgin.yaz
changeset 27422:2518c5fcd8a2
Make the comment reflect that we are actually just stopping the typing
indication not re-using statuses.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Fri, 26 Jun 2009 23:49:44 +0000 |
parents | 627a146aba2b |
children | 9c0a18f16fce |
files | libpurple/prpl.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/prpl.c Fri Jun 26 23:34:29 2009 +0000 +++ b/libpurple/prpl.c Fri Jun 26 23:49:44 2009 +0000 @@ -282,7 +282,8 @@ g_slist_free(list); - /* we get to re-use the last status we found */ + /* The buddy is no longer online, they are therefore by definition not + * still typing to us. */ if (!purple_status_is_online(status)) serv_got_typing_stopped(purple_account_get_connection(account), name); }