diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-26 12:51:25 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-26 12:51:25 +0000 |
commit | aed7583d1b058a421d95d34719ec398bd40bd760 (patch) | |
tree | 3f99cc9cb915283febcf772e0b73b5967e3a4e57 /protocols/SkypeWeb/src/skype_login.cpp | |
parent | 8ff5ba190f6d71a4ecabbdd953dbaec8631649ea (diff) |
SkypeWeb:
Contacts removing.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13167 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_login.cpp')
-rw-r--r-- | protocols/SkypeWeb/src/skype_login.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_login.cpp b/protocols/SkypeWeb/src/skype_login.cpp index 3016cae380..c93c850d76 100644 --- a/protocols/SkypeWeb/src/skype_login.cpp +++ b/protocols/SkypeWeb/src/skype_login.cpp @@ -196,7 +196,7 @@ void CSkypeProto::OnCapabilitiesSended(const NETLIBHTTPREQUEST *response) if(!isChatRoom(hContact))
skypenames.insert(getStringA(hContact, SKYPE_SETTINGS_ID));
}
- SendRequest(new CreateContactsRequest(RegToken, skypenames, Server));
+ SendRequest(new CreateContactsSubscriptionRequest(RegToken, skypenames, Server));
for (int i = 0; i < skypenames.getCount(); i++)
mir_free(skypenames[i]);
skypenames.destroy();
|