comparison pidgin/gtkblist.c @ 23347:dd146aa7d74d

silence a warning
author Ka-Hing Cheung <khc@hxbc.us>
date Tue, 10 Jun 2008 06:26:16 +0000
parents e96502c0262e
children 7076f4e965c5 6e468ac26aac
comparison
equal deleted inserted replaced
23346:e96502c0262e 23347:dd146aa7d74d
6474 purple_blist_add_buddy(b, NULL, g, NULL); 6474 purple_blist_add_buddy(b, NULL, g, NULL);
6475 purple_account_add_buddy(data->account, b); 6475 purple_account_add_buddy(data->account, b);
6476 6476
6477 /* Offer to merge people with the same alias. */ 6477 /* Offer to merge people with the same alias. */
6478 if (whoalias != NULL) 6478 if (whoalias != NULL)
6479 gtk_blist_auto_personize(g, whoalias); 6479 gtk_blist_auto_personize((PurpleBlistNode *)g, whoalias);
6480 6480
6481 /* 6481 /*
6482 * XXX 6482 * XXX
6483 * It really seems like it would be better if the call to 6483 * It really seems like it would be better if the call to
6484 * purple_account_add_buddy() and purple_conversation_update() were done in 6484 * purple_account_add_buddy() and purple_conversation_update() were done in