From b7c991c686cd440cb8b81745ec587fbf29deb97d Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Tue, 3 Jun 2014 17:41:45 +0000 Subject: IEView: Added support for custom database events (e.g. status changes) (fixes #694) git-svn-id: http://svn.miranda-ng.org/main/trunk@9405 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/IEView/src/HistoryHTMLBuilder.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/IEView/src/HistoryHTMLBuilder.cpp') diff --git a/plugins/IEView/src/HistoryHTMLBuilder.cpp b/plugins/IEView/src/HistoryHTMLBuilder.cpp index 93349151da..f7b08ae861 100644 --- a/plugins/IEView/src/HistoryHTMLBuilder.cpp +++ b/plugins/IEView/src/HistoryHTMLBuilder.cpp @@ -73,8 +73,9 @@ bool HistoryHTMLBuilder::isDbEventShown(DBEVENTINFO * dbei) switch (dbei->eventType) { case EVENTTYPE_MESSAGE: return 1; + default: + return Utils::DbEventIsForHistory(dbei); } - return 1; } char *HistoryHTMLBuilder::timestampToString(DWORD dwFlags, time_t check) { -- cgit v1.2.3