comparison libgaim/protocols/jabber/roster.c @ 14277:06f03f2bc6c6

[gaim-migrate @ 16962] Fix that last commit committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 21 Aug 2006 22:48:19 +0000
parents afeb14572fae
children ded621e635e4
comparison
equal deleted inserted replaced
14276:afeb14572fae 14277:06f03f2bc6c6
321 } 321 }
322 322
323 void jabber_roster_alias_change(GaimConnection *gc, const char *name, const char *alias) 323 void jabber_roster_alias_change(GaimConnection *gc, const char *name, const char *alias)
324 { 324 {
325 GaimBuddy *b = gaim_find_buddy(gc->account, name); 325 GaimBuddy *b = gaim_find_buddy(gc->account, name);
326 char *a; 326
327 327 gaim_blist_alias_buddy(b, alias);
328 gaim_blist_alias_buddy(b, a);
329 328
330 jabber_roster_update(gc->proto_data, name, NULL); 329 jabber_roster_update(gc->proto_data, name, NULL);
331 } 330 }
332 331
333 void jabber_roster_group_change(GaimConnection *gc, const char *name, 332 void jabber_roster_group_change(GaimConnection *gc, const char *name,