diff options
Diffstat (limited to 'icons.cpp')
-rwxr-xr-x | icons.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -104,9 +104,9 @@ void setClistIcon(HANDLE hContact) }
}
-void setSrmmIcon(HANDLE hContact)
+void setSrmmIcon(HANDLE h)
{
- hContact = metaGetMostOnline(hContact);
+ HANDLE hContact = metaIsProtoMetaContacts(h)?metaGetMostOnline(h):h;
bool enabled = isContactSecured(hContact);
HANDLE hMC = hContact;
if(metaIsSubcontact(hContact))
|