summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_account.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2013-05-31 10:50:56 +0000
committerAlexander Lantsev <aunsane@gmail.com>2013-05-31 10:50:56 +0000
commit34d923a55939cdbb5265696b1e84b22eb3c0c95e (patch)
tree8a72ef78f8159c3c1a7c4a9ba7c8de73c0fae0eb /protocols/Skype/src/skype_account.cpp
parentb14c99cd412cee2957dcb65a2293d387c1041266 (diff)
second approach of a chats reworking.
Note, new code may not work! git-svn-id: http://svn.miranda-ng.org/main/trunk@4847 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_account.cpp')
-rw-r--r--protocols/Skype/src/skype_account.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_account.cpp b/protocols/Skype/src/skype_account.cpp
index 30055b02e3..aa19ea233e 100644
--- a/protocols/Skype/src/skype_account.cpp
+++ b/protocols/Skype/src/skype_account.cpp
@@ -132,7 +132,7 @@ void CSkypeProto::LogOut()
{
this->account->SetAvailability(CContact::OFFLINE);
this->Log(L"Logout from account");
- this->account->Logout(true);
+ //this->account->Logout(true);
this->SetAllContactStatus(ID_STATUS_OFFLINE);
}