diff options
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 |