comparison libgaim/protocols/msn/userlist.c @ 15143:4b319b19aa24

[gaim-migrate @ 17928] Get rid of a few small compile warnings committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 09 Dec 2006 20:20:17 +0000
parents 31603a03cc02
children e354528c4163
comparison
equal deleted inserted replaced
15142:66c857a355b4 15143:4b319b19aa24
72 pa->who = g_strdup(passport); 72 pa->who = g_strdup(passport);
73 pa->friendly = g_strdup(friendly); 73 pa->friendly = g_strdup(friendly);
74 pa->gc = gc; 74 pa->gc = gc;
75 75
76 gaim_account_request_authorization(gaim_connection_get_account(gc), passport, NULL, friendly, NULL, 76 gaim_account_request_authorization(gaim_connection_get_account(gc), passport, NULL, friendly, NULL,
77 gaim_find_buddy(gaim_connection_get_account(gc), passport), 77 gaim_find_buddy(gaim_connection_get_account(gc), passport) != NULL,
78 G_CALLBACK(msn_accept_add_cb), G_CALLBACK(msn_cancel_add_cb), pa); 78 G_CALLBACK(msn_accept_add_cb), G_CALLBACK(msn_cancel_add_cb), pa);
79 } 79 }
80 80
81 /************************************************************************** 81 /**************************************************************************
82 * Utility functions 82 * Utility functions