diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-03 11:09:48 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-03 11:09:48 +0000 |
commit | cfa1c925749b1659a5e5e230bc42460de5a25aeb (patch) | |
tree | 4923e0fc6c152078fa766aa7a7520c06002e3a66 /protocols | |
parent | 6a16d16bcc07a7f857c9d051982db2f7aa035e37 (diff) |
SkypeWeb:oops
git-svn-id: http://svn.miranda-ng.org/main/trunk@13395 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/SkypeWeb/src/skype_contacts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_contacts.cpp b/protocols/SkypeWeb/src/skype_contacts.cpp index a8ed6868a0..fadc52c393 100644 --- a/protocols/SkypeWeb/src/skype_contacts.cpp +++ b/protocols/SkypeWeb/src/skype_contacts.cpp @@ -40,7 +40,7 @@ void CSkypeProto::SetAllContactsStatus(WORD status) if (!isChatRoom(hContact))
SetContactStatus(hContact, status);
else
- SetContactStatus(hContact, status);
+ SetChatStatus(hContact, status);
}
}
|