diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-29 14:23:56 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-29 14:23:56 +0000 |
commit | 157801507625921ba1e39988fe54e27a9157daa4 (patch) | |
tree | 9bc25f1c227617ecd61854dbdfa22e6bf0d2682f /protocols/SkypeWeb/src/skype_history_sync.cpp | |
parent | d667adb8f13d6e8917c225260631ad6905c3fbcf (diff) |
SkypeWeb: Small fixes.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13242 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_history_sync.cpp')
-rw-r--r-- | protocols/SkypeWeb/src/skype_history_sync.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_history_sync.cpp b/protocols/SkypeWeb/src/skype_history_sync.cpp index f4dfda202b..1ba6e40ac3 100644 --- a/protocols/SkypeWeb/src/skype_history_sync.cpp +++ b/protocols/SkypeWeb/src/skype_history_sync.cpp @@ -240,7 +240,7 @@ void CSkypeProto::OnSyncHistory(const NETLIBHTTPREQUEST *response) else
continue;
- MCONTACT hContact = AddContact(skypename);
+ MCONTACT hContact = AddContact(skypename, true);
if (GetMessageFromDb(hContact, clientMsgId, composeTime) == NULL)
PushRequest(new GetHistoryRequest(RegToken, skypename, 100, false, 0, Server), &CSkypeProto::OnGetServerHistory);
|