diff -r 2f1206084fef -r 55ec7aa916ba src/protocols/yahoo/yahoo.c --- a/src/protocols/yahoo/yahoo.c Wed Oct 26 05:40:02 2005 +0000 +++ b/src/protocols/yahoo/yahoo.c Wed Oct 26 05:53:43 2005 +0000 @@ -942,6 +942,7 @@ g_string_free(buf, TRUE); g_hash_table_remove(yd->friends, who); gaim_prpl_got_user_status(gaim_connection_get_account(gc), who, "offline", NULL); /* FIXME: make this set not on list status instead */ + /* TODO: Shouldn't we remove the buddy from our local list? */ } }