From d5558b6f67918ea8f951fd0408eff18532a63d4e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 6 Apr 2018 21:37:45 +0300 Subject: CLIST_INTERFACE::pfnClcOptionsChanged => Clist_ClcOptionsChanged CLIST_INTERFACE::pfnRegisterFileDropping & CLIST_INTERFACE::pfnUnregisterFileDropping => suspended --- plugins/Clist_modern/src/modern_clc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Clist_modern') diff --git a/plugins/Clist_modern/src/modern_clc.cpp b/plugins/Clist_modern/src/modern_clc.cpp index dd2c1c367c..1230408ffb 100644 --- a/plugins/Clist_modern/src/modern_clc.cpp +++ b/plugins/Clist_modern/src/modern_clc.cpp @@ -171,7 +171,7 @@ static int clcHookDbEventAdded(WPARAM hContact, LPARAM lParam) static int clcHookBkgndConfigChanged(WPARAM, LPARAM) { - pcli->pfnClcOptionsChanged(); + Clist_ClcOptionsChanged(); return 0; } -- cgit v1.2.3