comparison src/server.c @ 4760:a979ce8ec806

[gaim-migrate @ 5077] I hope this doesn't conflict with anyone's stuff. This just causes the blist to refresh after we get the server nick for an ICQ dude or dudet. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 14 Mar 2003 04:07:54 +0000
parents c15e0699acae
children f6d83e81d45a
comparison
equal deleted inserted replaced
4759:1762496d502a 4760:a979ce8ec806
363 if(alias) 363 if(alias)
364 b->server_alias = g_strdup(alias); 364 b->server_alias = g_strdup(alias);
365 else 365 else
366 b->server_alias = NULL; 366 b->server_alias = NULL;
367 367
368 //gaim_blist_rename_buddy(b, b->name); 368 gaim_blist_update_buddy_status(b, b->uc);
369 } 369 }
370 370
371 /* 371 /*
372 * Move a buddy from one group to another on server. 372 * Move a buddy from one group to another on server.
373 * 373 *