comparison libgaim/protocols/sametime/sametime.c @ 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 b81e4e44b509
comparison
equal deleted inserted replaced
14913:a03e74b9b257 14914:227b2f69bc92
4408 } 4408 }
4409 4409
4410 return; 4410 return;
4411 } 4411 }
4412 4412
4413 #if 0
4413 /* fall-through indicates that we couldn't find a matching user in 4414 /* fall-through indicates that we couldn't find a matching user in
4414 the resolve service (ether error or zero results), so we remove 4415 the resolve service (ether error or zero results), so we remove
4415 this buddy */ 4416 this buddy */
4417
4418 /* note: I can't really think of a good reason to alter the buddy
4419 list in any way. There has been at least one report where the
4420 resolve service isn't returning correct results anyway, so let's
4421 just leave them in the list. I'm just going to if0 this section
4422 out unless I can think of a very good reason to do this. -siege */
4416 4423
4417 DEBUG_INFO("no such buddy in community\n"); 4424 DEBUG_INFO("no such buddy in community\n");
4418 gaim_blist_remove_buddy(buddy); 4425 gaim_blist_remove_buddy(buddy);
4419 blist_schedule(pd); 4426 blist_schedule(pd);
4420 4427
4433 4440
4434 gaim_notify_error(gc, _("Unable to add user"), msgA, msg); 4441 gaim_notify_error(gc, _("Unable to add user"), msgA, msg);
4435 4442
4436 g_free(msg); 4443 g_free(msg);
4437 } 4444 }
4445 #endif
4438 } 4446 }
4439 4447
4440 4448
4441 static void mw_prpl_add_buddy(GaimConnection *gc, 4449 static void mw_prpl_add_buddy(GaimConnection *gc,
4442 GaimBuddy *buddy, 4450 GaimBuddy *buddy,