comparison libpurple/prpl.c @ 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 83e6e710cbf3
children 0d0f153565f5
comparison
equal deleted inserted replaced
27421:627a146aba2b 27422:2518c5fcd8a2
280 purple_blist_update_buddy_status(buddy, old_status); 280 purple_blist_update_buddy_status(buddy, old_status);
281 } 281 }
282 282
283 g_slist_free(list); 283 g_slist_free(list);
284 284
285 /* we get to re-use the last status we found */ 285 /* The buddy is no longer online, they are therefore by definition not
286 * still typing to us. */
286 if (!purple_status_is_online(status)) 287 if (!purple_status_is_online(status))
287 serv_got_typing_stopped(purple_account_get_connection(account), name); 288 serv_got_typing_stopped(purple_account_get_connection(account), name);
288 } 289 }
289 290
290 void purple_prpl_got_user_status_deactive(PurpleAccount *account, const char *name, 291 void purple_prpl_got_user_status_deactive(PurpleAccount *account, const char *name,