# HG changeset patch # User Etan Reisner # Date 1246060184 0 # Node ID 2518c5fcd8a2e02a1ad40930d4a03465fbfb60b8 # Parent 627a146aba2b18ad375d2aa9417fac531b5252d7 Make the comment reflect that we are actually just stopping the typing indication not re-using statuses. diff -r 627a146aba2b -r 2518c5fcd8a2 libpurple/prpl.c --- 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); }