# HG changeset patch # User Christopher O'Brien # Date 1162852369 0 # Node ID 227b2f69bc92de925cdbea8a665f7aba0da0efde # Parent a03e74b9b257524b018df5e097500f515786e5da [gaim-migrate @ 17686] fixing bug 1437328, and keeping the sametime plugin from wresting control of the buddy list away from the user committer: Tailor Script diff -r a03e74b9b257 -r 227b2f69bc92 libgaim/protocols/sametime/sametime.c --- 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 }