From 54dc9fe4e16dd97e79b220aee3470ff7d4a919e6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 8 Apr 2014 12:26:07 +0000 Subject: tracking protocol change in tabSRMM git-svn-id: http://svn.miranda-ng.org/main/trunk@8888 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/contactcache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/TabSRMM/src/contactcache.cpp b/plugins/TabSRMM/src/contactcache.cpp index 62c9aef968..6d9f900326 100644 --- a/plugins/TabSRMM/src/contactcache.cpp +++ b/plugins/TabSRMM/src/contactcache.cpp @@ -150,7 +150,7 @@ bool CContactCache::updateStatus() */ void CContactCache::updateMeta(bool fForce) { - m_szMetaProto = (m_Valid) ? GetContactProto(db_mc_getDefault(cc->contactID)) : NULL; + m_szMetaProto = (m_Valid) ? GetContactProto(CallService(MS_MC_GETMOSTONLINECONTACT, cc->contactID, 0)) : NULL; } /** -- cgit v1.2.3