From: <tal...@us...> - 2006-11-06 22:33:07
|
Revision: 17686 http://svn.sourceforge.net/gaim/?rev=17686&view=rev Author: taliesein Date: 2006-11-06 14:32:49 -0800 (Mon, 06 Nov 2006) Log Message: ----------- fixing bug 1437328, and keeping the sametime plugin from wresting control of the buddy list away from the user Modified Paths: -------------- trunk/libgaim/protocols/sametime/sametime.c Modified: trunk/libgaim/protocols/sametime/sametime.c =================================================================== --- trunk/libgaim/protocols/sametime/sametime.c 2006-11-06 22:22:52 UTC (rev 17685) +++ trunk/libgaim/protocols/sametime/sametime.c 2006-11-06 22:32:49 UTC (rev 17686) @@ -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 } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |