Mercurial > pidgin
diff src/protocols/yahoo/yahoo.c @ 11838:ded0ec14f5d3
[gaim-migrate @ 14129]
This seems important
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Wed, 26 Oct 2005 05:53:43 +0000 |
| parents | fa742ad8068c |
| children | a1aa681f1448 |
line wrap: on
line diff
--- 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? */ } }
