summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/templates.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-08-20 19:48:11 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-08-20 19:48:11 +0000
commit9cbb9794dca03fe252b0b0659ca108de63737678 (patch)
tree18ae7cc817d7902ece87a7478df6fa1aad1fe2d2 /plugins/TabSRMM/src/templates.cpp
parent6433efee2bc3e5642893344af0f82e5138c65cf9 (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/templates.cpp')
-rw-r--r--plugins/TabSRMM/src/templates.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/templates.cpp b/plugins/TabSRMM/src/templates.cpp
index abdb089cf8..7112227e4e 100644
--- a/plugins/TabSRMM/src/templates.cpp
+++ b/plugins/TabSRMM/src/templates.cpp
@@ -156,7 +156,7 @@ INT_PTR CALLBACK DlgProcTemplateEditor(HWND hwndDlg, UINT msg, WPARAM wParam, LP
dat->dwFlags = dat->pContainer->theme.dwFlags;
dat->cache = CContactCache::getContactCache(dat->hContact);
- dat->cache->updateState();
+ dat->cache->updateNick();
dat->cache->updateUIN();
dat->cache->updateStats(TSessionStats::INIT_TIMER);
GetMYUIN(dat);