diff options
Diffstat (limited to 'plugins/NewEventNotify/src/popup.cpp')
-rw-r--r-- | plugins/NewEventNotify/src/popup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
}
}
|