summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_login.cpp
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-04-09 15:13:33 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-04-09 15:13:33 +0000
commit0d80c9ad5a69097f42453f4fc65105c421f34aa9 (patch)
tree041742fecd42a654ce679b392a26be67d6c54e27 /protocols/SkypeWeb/src/skype_login.cpp
parent11a0c05e56a9ef98dcb8473e5c4ccd2a519ad730 (diff)
SkypeWeb:SkypeWeb: Auto sync history part 3.
git-svn-id: http://svn.miranda-ng.org/main/trunk@12699 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_login.cpp')
-rw-r--r--protocols/SkypeWeb/src/skype_login.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/SkypeWeb/src/skype_login.cpp b/protocols/SkypeWeb/src/skype_login.cpp
index 12a2c152fa..c3b838911d 100644
--- a/protocols/SkypeWeb/src/skype_login.cpp
+++ b/protocols/SkypeWeb/src/skype_login.cpp
@@ -182,8 +182,8 @@ void CSkypeProto::OnSubscriptionsCreated(const NETLIBHTTPREQUEST *response)
skypenames.destroy();
m_hPollingThread = ForkThreadEx(&CSkypeProto::PollingThread, 0, NULL);
-
- SyncHistory();
+ if (getByte("AutoSync", 0))
+ SyncHistory();
}
void CSkypeProto::OnStatusChanged(const NETLIBHTTPREQUEST *response)