From 8890041a964a9ebd1f421f0a27b56b35862cb5ab Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 13 Nov 2018 21:42:51 +0300 Subject: ClientChangeNotify, KeyboardNotify, RecentContacts -> g_plugin --- plugins/KeyboardNotify/src/ignore.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/KeyboardNotify/src') diff --git a/plugins/KeyboardNotify/src/ignore.cpp b/plugins/KeyboardNotify/src/ignore.cpp index 063a5a9432..190f82cf82 100644 --- a/plugins/KeyboardNotify/src/ignore.cpp +++ b/plugins/KeyboardNotify/src/ignore.cpp @@ -27,7 +27,7 @@ static const DWORD ignoreIdToPf1[IGNOREEVENT_MAX] = {PF1_IMRECV, PF1_URLRECV, PF static DWORD GetMask(MCONTACT hContact) { - DWORD mask = db_get_dw(hContact, MODULENAME, "Mask1", (DWORD)(-1)); + DWORD mask = g_plugin.getDword(hContact, "Mask1", (DWORD)(-1)); if(mask == (DWORD)(-1)) { if(hContact == NULL) mask=0; @@ -164,7 +164,7 @@ static void SaveItemMask(HWND hwndList, MCONTACT hContact, HANDLE hItem, const c if(iImage && iImage != EMPTY_EXTRA_ICON) mask |= 1<