From 34d923a55939cdbb5265696b1e84b22eb3c0c95e Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 31 May 2013 10:50:56 +0000 Subject: 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 --- protocols/Skype/src/skype_account.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Skype/src/skype_account.cpp') 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); } -- cgit v1.2.3