pidgin/gtkblist.c

changeset 24192
f1ca2fb37c50
parent 23536
0d02b3d870d8
child 24232
9815b1c75ff6
child 24376
5c51bb7ab077
equal deleted inserted replaced
24191:6e13f808537e 24192:f1ca2fb37c50
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

mercurial