summaryrefslogtreecommitdiff
path: root/plugins/NewEventNotify/src/popup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewEventNotify/src/popup.cpp')
-rw-r--r--plugins/NewEventNotify/src/popup.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/NewEventNotify/src/popup.cpp b/plugins/NewEventNotify/src/popup.cpp
index 4da66331b7..535e981af9 100644
--- a/plugins/NewEventNotify/src/popup.cpp
+++ b/plugins/NewEventNotify/src/popup.cpp
@@ -435,10 +435,7 @@ int PopupUpdate(PLUGIN_DATA &pdata, MEVENT hEvent)
wszText.AppendChar('\n');
// get DBEVENTINFO with pBlob if preview is needed (when is test then is off)
- DB::EventInfo dbe;
- if (g_plugin.bPreview)
- dbe.cbBlob = -1;
- db_event_get(pdata.events[i], &dbe);
+ DB::EventInfo dbe(pdata.events[i], g_plugin.bPreview);
CMStringW wszFormat;
if (g_plugin.bShowDate)