diff options
Diffstat (limited to 'icons.cpp')
-rw-r--r-- | icons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ void setClistIcon(HANDLE hContact) void setSrmmIcon(HANDLE hContact)
{
- hContact = metaGetCurrent(hContact);
+ hContact = metaGetMostOnline(hContact);
bool enabled = isContactSecured(hContact);
HANDLE hMC = hContact;
if(metaIsProtoMetaContacts(hContact))
|