diff options
Diffstat (limited to 'plugins/TabSRMM/src/contactcache.cpp')
-rw-r--r-- | plugins/TabSRMM/src/contactcache.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/TabSRMM/src/contactcache.cpp b/plugins/TabSRMM/src/contactcache.cpp index b2ac11e277..d3f7600f6d 100644 --- a/plugins/TabSRMM/src/contactcache.cpp +++ b/plugins/TabSRMM/src/contactcache.cpp @@ -71,7 +71,7 @@ void CContactCache::initPhaseTwo() m_isMeta = db_mc_isMeta(cc->contactID) != 0; // don't use cc->IsMeta() here if (m_isMeta) updateMeta(); - updateState(); + updateNick(); updateFavorite(); } else { @@ -102,11 +102,6 @@ void CContactCache::closeWindow() ::SendMessage(m_hwnd, WM_CLOSE, 1, 2); } -void CContactCache::updateState() -{ - updateNick(); -} - /** * update private copy of the nick name. Use contact list name cache * |