diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2012-10-21 18:07:57 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2012-10-21 18:07:57 +0000 |
commit | 551d0592a2632d64b17bba22880b31cad14566da (patch) | |
tree | 03fe720b0a4c4ba3130b9a8813f8a98e66e97064 /protocols/Skype/src/skype_subclassing.cpp | |
parent | 75adc4e354b69e2daaa85896e23ef0f987e7e57a (diff) |
- fixed contacts avatar loading
- fixed account logout
git-svn-id: http://svn.miranda-ng.org/main/trunk@2035 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_subclassing.cpp')
-rw-r--r-- | protocols/Skype/src/skype_subclassing.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype_subclassing.cpp b/protocols/Skype/src/skype_subclassing.cpp index 7f1bfc73a0..8014241905 100644 --- a/protocols/Skype/src/skype_subclassing.cpp +++ b/protocols/Skype/src/skype_subclassing.cpp @@ -80,6 +80,7 @@ void CAccount::OnChange(int prop) // todo: rewrite!! strcpy(this->logoutReasonString, (const char*)tostring(whyLogout)); } + this->isLoggedIn = false; this->isLoggedOut = true; }
} |