summaryrefslogtreecommitdiff
path: root/icons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'icons.cpp')
-rw-r--r--icons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons.cpp b/icons.cpp
index a4099db..cd32911 100644
--- a/icons.cpp
+++ b/icons.cpp
@@ -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))