summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_login.cpp
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-05-03 14:47:25 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-05-03 14:47:25 +0000
commit93d2e2120e56bae6e62cf4297ea82c3dc0ab295a (patch)
treeae7987e7d3f6f930b699bd18534f63a3f615951e /protocols/SkypeWeb/src/skype_login.cpp
parentcfa1c925749b1659a5e5e230bc42460de5a25aeb (diff)
SkypeWeb: Updating contact list & auth requests every 10 minutes.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13396 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_login.cpp')
-rw-r--r--protocols/SkypeWeb/src/skype_login.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/skype_login.cpp b/protocols/SkypeWeb/src/skype_login.cpp
index 6e00f87e7b..bcf1fd804a 100644
--- a/protocols/SkypeWeb/src/skype_login.cpp
+++ b/protocols/SkypeWeb/src/skype_login.cpp
@@ -112,6 +112,9 @@ void CSkypeProto::OnLoginSuccess()
PushRequest(new GetProfileRequest(TokenSecret), &CSkypeProto::LoadProfile);
PushRequest(new GetAvatarRequest(ptrA(getStringA("AvatarUrl"))), &CSkypeProto::OnReceiveAvatar, NULL);
PushRequest(new GetContactListRequest(TokenSecret), &CSkypeProto::LoadContactList);
+
+ if (!m_timer)
+ SkypeSetTimer(this);
}
void CSkypeProto::OnEndpointCreated(const NETLIBHTTPREQUEST *response)