From a61f28f670288dfae066c5220a98204e0692ead6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 2 Aug 2014 17:04:47 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@10026 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/msgdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/TabSRMM/src/msgdialog.cpp') diff --git a/plugins/TabSRMM/src/msgdialog.cpp b/plugins/TabSRMM/src/msgdialog.cpp index 467d2990dc..6499e89f8d 100644 --- a/plugins/TabSRMM/src/msgdialog.cpp +++ b/plugins/TabSRMM/src/msgdialog.cpp @@ -1228,8 +1228,8 @@ INT_PTR CALLBACK DlgProcMessage(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lP dat->bIsMeta = dat->cache->isMeta(); if (dat->bIsMeta) dat->cache->updateMeta(); - else - dat->cache->updateUIN(); + + dat->cache->updateUIN(); if (dat->hContact && dat->szProto != NULL) { dat->wStatus = db_get_w(dat->hContact, dat->szProto, "Status", ID_STATUS_OFFLINE); -- cgit v1.2.3