From 2a181b5ec19c0008d497553a95272ff7d114eb72 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 16 Nov 2023 18:22:43 +0300 Subject: =?UTF-8?q?fixes=20#3934=20(ICQ:=20=D0=9E=D0=BD=D0=BB=D0=B0=D0=B9?= =?UTF-8?q?=D0=BD=20=D1=84=D0=B0=D0=B9=D0=BB=20=D0=BC=D0=BE=D0=B6=D0=B5?= =?UTF-8?q?=D1=82=20=D0=BD=D0=B5=20=D0=BF=D1=80=D0=B5=D0=BE=D0=B1=D1=80?= =?UTF-8?q?=D0=B0=D0=B7=D0=BE=D0=B2=D1=8B=D0=B2=D0=B0=D1=82=D1=8C=D1=81?= =?UTF-8?q?=D1=8F=20=D0=B2=20=D1=84=D0=B0=D0=B9=D0=BB,=20=D0=B0=20=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D0=B2=D0=B0=D1=82=D1=8C=D1=81=D1=8F=20"?= =?UTF-8?q?=D0=BB=D0=B5=D0=B2=D0=BE=D0=B9=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA?= =?UTF-8?q?=D0=BE=D0=B9")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/NewStory/src/history_menus.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/NewStory/src/history_menus.cpp b/plugins/NewStory/src/history_menus.cpp index 97739bb29f..2fd82c16e7 100644 --- a/plugins/NewStory/src/history_menus.cpp +++ b/plugins/NewStory/src/history_menus.cpp @@ -49,7 +49,8 @@ HMENU NSMenu_Build(NewstoryListData *data, ItemData *item) bShowEventActions = item->hEvent != 0; - NotifyEventHooks(hEventPreBuildMenu, item->hContact, (LPARAM)&item->dbe); + DB::EventInfo dbei(item->hEvent); + NotifyEventHooks(hEventPreBuildMenu, item->hContact, (LPARAM)&dbei); } else { bShowEventActions = false; -- cgit v1.2.3