| 6481 b = purple_buddy_new(data->account, who, whoalias); |
6481 b = purple_buddy_new(data->account, who, whoalias); |
| 6482 purple_blist_add_buddy(b, NULL, g, NULL); |
6482 purple_blist_add_buddy(b, NULL, g, NULL); |
| 6483 purple_account_add_buddy(data->account, b); |
6483 purple_account_add_buddy(data->account, b); |
| 6484 |
6484 |
| 6485 /* Offer to merge people with the same alias. */ |
6485 /* Offer to merge people with the same alias. */ |
| 6486 if (whoalias != NULL) |
6486 if (whoalias != NULL && g != NULL) |
| 6487 gtk_blist_auto_personize((PurpleBlistNode *)g, whoalias); |
6487 gtk_blist_auto_personize((PurpleBlistNode *)g, whoalias); |
| 6488 |
6488 |
| 6489 /* |
6489 /* |
| 6490 * XXX |
6490 * XXX |
| 6491 * It really seems like it would be better if the call to |
6491 * It really seems like it would be better if the call to |