From 4ab93d52285bf072cea05ceac5333a1587c9980b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 7 May 2024 12:55:09 +0300 Subject: ME_DB_EVENT_SETJSON - separate event fired when only the JSON part of event is changed --- plugins/Dbx_sqlite/src/dbevents.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Dbx_sqlite/src') diff --git a/plugins/Dbx_sqlite/src/dbevents.cpp b/plugins/Dbx_sqlite/src/dbevents.cpp index 0d41744ba3..38a3546098 100644 --- a/plugins/Dbx_sqlite/src/dbevents.cpp +++ b/plugins/Dbx_sqlite/src/dbevents.cpp @@ -378,7 +378,7 @@ int CDbxSQLite::SetEventJson(MEVENT hDbEvent, const char *szSetting, DBVARIANT * if (cc->IsSub()) hContact = cc->parentID; - NotifyEventHooks(g_hevEventEdited, hContact, hDbEvent); + NotifyEventHooks(g_hevEventSetJson, hContact, hDbEvent); } return 0; } -- cgit v1.2.3