--- a/libgaim/protocols/oscar/oscar.c Thu Dec 07 23:16:04 2006 +0000 +++ b/libgaim/protocols/oscar/oscar.c Fri Dec 08 02:51:47 2006 +0000 @@ -2331,7 +2331,7 @@ data->nick = NULL; gaim_account_request_authorization(account, sn, - NULL, NULL, reason, G_CALLBACK(gaim_auth_grant), + NULL, NULL, reason, gaim_find_buddy(account, sn), G_CALLBACK(gaim_auth_grant), G_CALLBACK(gaim_auth_dontgrant_msgprompt), data); g_free(reason); } @@ -5043,7 +5043,7 @@ data->nick = NULL; gaim_account_request_authorization(account, nombre, - NULL, NULL, reason, G_CALLBACK(gaim_auth_grant), + NULL, NULL, reason, buddy, G_CALLBACK(gaim_auth_grant), G_CALLBACK(gaim_auth_dontgrant_msgprompt), data); g_free(nombre); g_free(reason);