diff options
Diffstat (limited to 'protocols/Skype/src/skype_account.cpp')
-rw-r--r-- | protocols/Skype/src/skype_account.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_account.cpp b/protocols/Skype/src/skype_account.cpp index bbdb402aad..3bdc8d023c 100644 --- a/protocols/Skype/src/skype_account.cpp +++ b/protocols/Skype/src/skype_account.cpp @@ -131,7 +131,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);
}
|