From 7a8a5fb317003411783683273901bd44f5e24e65 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Wed, 22 Apr 2015 16:00:34 +0000 Subject: SkypeWeb: Small fix. git-svn-id: http://svn.miranda-ng.org/main/trunk@13038 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/skype_login.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/SkypeWeb/src/skype_login.cpp b/protocols/SkypeWeb/src/skype_login.cpp index c1657f1cc6..ea8ae50a82 100644 --- a/protocols/SkypeWeb/src/skype_login.cpp +++ b/protocols/SkypeWeb/src/skype_login.cpp @@ -109,7 +109,7 @@ void CSkypeProto::OnLoginSuccess() Server = getStringA("registrationToken"); SendRequest(new CreateEndpointRequest(TokenSecret), &CSkypeProto::OnEndpointCreated); PushRequest(new GetProfileRequest(TokenSecret), &CSkypeProto::LoadProfile); - PushRequest(new GetAvatarRequest(TokenSecret), &CSkypeProto::OnReceiveAvatar, NULL); + PushRequest(new GetAvatarRequest(ptrA(getStringA("AvatarUrl"))), &CSkypeProto::OnReceiveAvatar, NULL); PushRequest(new GetContactListRequest(TokenSecret), &CSkypeProto::LoadContactList); } -- cgit v1.2.3