diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-09 08:34:40 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-09 08:34:40 +0300 |
commit | e224f1745a79e44c9c1a4a7f26c730b768dac010 (patch) | |
tree | 0374c3ac3c256060dff2248bbb98dd6e4fdb0ef6 /icons.cpp | |
parent | 5b66750e1759aef824fab28d8e36f349bc060f20 (diff) |
srmm icon fix for metacontacts
Diffstat (limited to 'icons.cpp')
-rw-r--r-- | icons.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -102,7 +102,8 @@ void setClistIcon(HANDLE hContact) void setSrmmIcon(HANDLE hContact) { - bool enabled = isContactSecured(hContact); + hContact = metaGetCurrent(hContact); + bool enabled = isContactSecured(hContact); HANDLE hMC = metaGetContact(hContact); if(ServiceExists(MS_MSG_MODIFYICON)) { // обновить иконки в srmm |