summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msgdlgother.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TabSRMM/src/msgdlgother.cpp')
-rw-r--r--plugins/TabSRMM/src/msgdlgother.cpp2
1 files changed, 1 insertions, 1 deletions
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);