--- a/src/protocols/msn/userlist.c Wed Sep 08 03:33:37 2004 +0000 +++ b/src/protocols/msn/userlist.c Wed Sep 08 03:59:17 2004 +0000 @@ -70,8 +70,7 @@ } static void -got_new_entry(GaimConnection *gc, const char *passport, - const char *friendly) +got_new_entry(GaimConnection *gc, const char *passport, const char *friendly) { MsnPermitAdd *pa; char *msg; @@ -96,7 +95,7 @@ passport, gaim_account_get_username(gc->account)); } - gaim_request_action(gc, NULL, msg, NULL, + gaim_request_action(gc, NULL, msg, NULL, GAIM_DEFAULT_ACTION_NONE, pa, 2, _("Authorize"), G_CALLBACK(msn_accept_add_cb), _("Deny"), G_CALLBACK(msn_cancel_add_cb));