libgaim/protocols/oscar/oscar.c

changeset 15197
1d98528d4ee3
parent 15193
faaef2307bf0
child 15204
6775ac53169c
--- 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);

mercurial