summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_contacts.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2013-04-23 04:59:54 +0000
committerAlexander Lantsev <aunsane@gmail.com>2013-04-23 04:59:54 +0000
commit5b5cdb2ff09867ac166b8bc451432608859e68d5 (patch)
tree9a75d8b22de50d2f052c832fe1d765c5016a4aef /protocols/Skype/src/skype_contacts.cpp
parent10bedbb39bfa3a5ad6240564484f01a3902df19f (diff)
- fixed chat member status changing
git-svn-id: http://svn.miranda-ng.org/main/trunk@4509 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_contacts.cpp')
-rw-r--r--protocols/Skype/src/skype_contacts.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype_contacts.cpp b/protocols/Skype/src/skype_contacts.cpp
index b0f59323a6..e2addbdc0f 100644
--- a/protocols/Skype/src/skype_contacts.cpp
+++ b/protocols/Skype/src/skype_contacts.cpp
@@ -92,6 +92,7 @@ void CSkypeProto::OnContactChanged(CContact::Ref contact, int prop)
case CContact::P_AVAILABILITY:
this->UpdateContactStatus(hContact, contact);
+ this->UpdateChatUserStatus(contact);
break;
//case CContact::P_AVATAR_IMAGE: