From e224f1745a79e44c9c1a4a7f26c730b768dac010 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sat, 9 Oct 2010 08:34:40 +0300 Subject: srmm icon fix for metacontacts --- icons.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'icons.cpp') diff --git a/icons.cpp b/icons.cpp index c32d5dd..96c4f50 100644 --- a/icons.cpp +++ b/icons.cpp @@ -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 -- cgit v1.2.3