diff options
author | George Hazan <george.hazan@gmail.com> | 2014-04-08 12:26:07 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-04-08 12:26:07 +0000 |
commit | 54dc9fe4e16dd97e79b220aee3470ff7d4a919e6 (patch) | |
tree | 1dcadf9b68b234ca728d7b3361cf8993e0cf88e3 /plugins/TabSRMM/src | |
parent | 3ca6152e02bafdb1caf9899ed3275d3eabc7537a (diff) |
tracking protocol change in tabSRMM
git-svn-id: http://svn.miranda-ng.org/main/trunk@8888 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src')
-rw-r--r-- | plugins/TabSRMM/src/contactcache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
}
/**
|