Mon, 06 Nov 2006 22:32:49 +0000
[gaim-migrate @ 17686]
fixing bug 1437328, and keeping the sametime plugin from wresting control of the buddy list away from the user
| libgaim/protocols/sametime/sametime.c | file | annotate | diff | comparison | revisions |
--- a/libgaim/protocols/sametime/sametime.c Mon Nov 06 22:22:52 2006 +0000 +++ b/libgaim/protocols/sametime/sametime.c Mon Nov 06 22:32:49 2006 +0000 @@ -4410,10 +4410,17 @@ return; } +#if 0 /* fall-through indicates that we couldn't find a matching user in the resolve service (ether error or zero results), so we remove this buddy */ + /* note: I can't really think of a good reason to alter the buddy + list in any way. There has been at least one report where the + resolve service isn't returning correct results anyway, so let's + just leave them in the list. I'm just going to if0 this section + out unless I can think of a very good reason to do this. -siege */ + DEBUG_INFO("no such buddy in community\n"); gaim_blist_remove_buddy(buddy); blist_schedule(pd); @@ -4435,6 +4442,7 @@ g_free(msg); } +#endif }