From 78ffd40384ed8a7df3f5bccb3480e7c424bbb90c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 11 Dec 2021 16:51:29 +0300 Subject: Fixes #2982: - status change events are now considered tabSRMM specific and are generated only for tabSRMM embedded log viewer - code cleaning --- plugins/TabSRMM/src/msgdlgother.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM/src/msgdlgother.cpp') diff --git a/plugins/TabSRMM/src/msgdlgother.cpp b/plugins/TabSRMM/src/msgdlgother.cpp index 36012b25f3..e1e16473fe 100644 --- a/plugins/TabSRMM/src/msgdlgother.cpp +++ b/plugins/TabSRMM/src/msgdlgother.cpp @@ -864,7 +864,7 @@ void CMsgDialog::LoadSplitter() void CMsgDialog::LogEvent(DBEVENTINFO &dbei) { - if (m_iLogMode != 0) { + if (m_iLogMode != WANT_BUILTIN_LOG) { dbei.flags |= DBEF_TEMPORARY; MEVENT hDbEvent = db_event_add(m_hContact, &dbei); -- cgit v1.2.3