From f04b54e3fc162d475e8688784631a316f264f733 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 21 May 2023 14:56:39 +0300 Subject: Clist_RemoveEvent became static, pfnRemoveEvent is replaced with pfnFreeEvent --- plugins/NewEventNotify/src/popup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewEventNotify') diff --git a/plugins/NewEventNotify/src/popup.cpp b/plugins/NewEventNotify/src/popup.cpp index c0218bf43d..7dadd95c8e 100644 --- a/plugins/NewEventNotify/src/popup.cpp +++ b/plugins/NewEventNotify/src/popup.cpp @@ -82,7 +82,7 @@ int PopupAct(HWND hWnd, UINT mask, PLUGIN_DATA *pdata) if (mask & MASK_REMOVE) { if (pdata) { for (auto &it: pdata->events) { - g_clistApi.pfnRemoveEvent(pdata->hContact, it); + Clist_RemoveEvent(pdata->hContact, it); db_event_markRead(pdata->hContact, it); } } -- cgit v1.2.3