diff options
author | George Hazan <george.hazan@gmail.com> | 2024-03-10 12:07:19 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-03-10 12:07:19 +0300 |
commit | 6b0eb25a146260e8e4a42eef18fcd51ad971e7a0 (patch) | |
tree | 82c5dc85fd8102df1638c215a011b4ca29488191 /plugins/IEView | |
parent | d94c7e8155f9052935b768368e094f80c730b013 (diff) |
code cleaning
Diffstat (limited to 'plugins/IEView')
-rw-r--r-- | plugins/IEView/src/HTMLBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEView/src/HTMLBuilder.cpp b/plugins/IEView/src/HTMLBuilder.cpp index 47525671a0..c561a94f74 100644 --- a/plugins/IEView/src/HTMLBuilder.cpp +++ b/plugins/IEView/src/HTMLBuilder.cpp @@ -205,7 +205,7 @@ void HTMLBuilder::appendEventOld(IEView *view, IEVIEWEVENT *event) }
if (dbei.eventType == EVENTTYPE_MESSAGE || dbei.eventType == EVENTTYPE_FILE)
- dbei.wipeNotify(hDbEvent);
+ dbei.wipeNotify();
if (!isDbEventShown(dbei)) {
hDbEvent = db_event_next(event->hContact, hDbEvent);
|