From 1cbdcde34f1d6fbcdb80317fa16c3dd8131f542f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 4 Aug 2023 18:23:57 +0300 Subject: for #3530 (Bookmarks) --- plugins/Scriver/src/msglog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Scriver/src/msglog.cpp') diff --git a/plugins/Scriver/src/msglog.cpp b/plugins/Scriver/src/msglog.cpp index 4901a9f1fb..c653e4f93a 100644 --- a/plugins/Scriver/src/msglog.cpp +++ b/plugins/Scriver/src/msglog.cpp @@ -451,7 +451,7 @@ public: switch (dbei.eventType) { case EVENTTYPE_MESSAGE: - if (dbei.flags & (DBEF_SECURE | DBEF_SECURE_STRONG)) + if (dbei.flags & (DBEF_SECURE | DBEF_STRONG)) i = (dbei.flags & DBEF_SECURE) ? LOGICON_MSG_SECURE : LOGICON_MSG_STRONG; else if (dbei.flags & DBEF_SENT) i = LOGICON_MSG_OUT; -- cgit v1.2.3