diff options
author | George Hazan <george.hazan@gmail.com> | 2016-08-20 19:48:11 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-08-20 19:48:11 +0000 |
commit | 9cbb9794dca03fe252b0b0659ca108de63737678 (patch) | |
tree | 18ae7cc817d7902ece87a7478df6fa1aad1fe2d2 /plugins/TabSRMM/src/contactcache.cpp | |
parent | 6433efee2bc3e5642893344af0f82e5138c65cf9 (diff) |
- fix for the wrong tab name for new contacts;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@17195 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 * |