comparison libpurple/prpl.c @ 27590:a08e84032814

merge of '2348ff22f0ff3453774b8b25b36238465580c609' and 'e76f11543c2a4aa05bdf584f087cbe3439029661'
author Paul Aurich <paul@darkrain42.org>
date Sun, 12 Jul 2009 05:43:38 +0000
parents 2518c5fcd8a2
children 0d0f153565f5
comparison
equal deleted inserted replaced
27104:048bcf41deef 27590:a08e84032814
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,