# HG changeset patch # User Mark Doliner # Date 1130306023 0 # Node ID ded0ec14f5d3d77fd32edf77cfe02a67c11946b2 # Parent fa742ad8068ca8cb5c2c68ee9d84c644aa8bf243 [gaim-migrate @ 14129] This seems important committer: Tailor Script diff -r fa742ad8068c -r ded0ec14f5d3 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? */ } }