summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msglog.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-03-10 12:07:19 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-03-10 12:07:19 +0300
commit6b0eb25a146260e8e4a42eef18fcd51ad971e7a0 (patch)
tree82c5dc85fd8102df1638c215a011b4ca29488191 /plugins/TabSRMM/src/msglog.cpp
parentd94c7e8155f9052935b768368e094f80c730b013 (diff)
code cleaning
Diffstat (limited to 'plugins/TabSRMM/src/msglog.cpp')
-rw-r--r--plugins/TabSRMM/src/msglog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/msglog.cpp b/plugins/TabSRMM/src/msglog.cpp
index d2e55696f1..e046d26281 100644
--- a/plugins/TabSRMM/src/msglog.cpp
+++ b/plugins/TabSRMM/src/msglog.cpp
@@ -571,7 +571,7 @@ bool CLogWindow::CreateRtfEvent(RtfLogStreamData *streamData, DB::EventInfo &dbe
BOOL isSent = (dbei.flags & DBEF_SENT);
BOOL bIsStatusChangeEvent = IsStatusEvent(dbei.eventType);
if (!isSent && bIsStatusChangeEvent)
- dbei.wipeNotify(streamData->hDbEvent);
+ dbei.wipeNotify();
CMStringW msg(ptrW(DbEvent_GetTextW(&dbei)));
if (msg.IsEmpty())