summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-04-22 16:00:34 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-04-22 16:00:34 +0000
commit7a8a5fb317003411783683273901bd44f5e24e65 (patch)
treee9ea7f8a1145f891ae2dd0cc2a7fa3fe0e24b3ea
parent0bb801b230f066f8bf9edc3efb45db33fc1e43ae (diff)
SkypeWeb: Small fix.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13038 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--protocols/SkypeWeb/src/skype_login.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}