changeset 14914:227b2f69bc92

[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 <tailor@pidgin.im>
author Christopher O'Brien <siege@pidgin.im>
date Mon, 06 Nov 2006 22:32:49 +0000
parents a03e74b9b257
children ad7fa8b56e3e
files libgaim/protocols/sametime/sametime.c
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
 }