summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-06 21:37:45 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-04-06 21:37:45 +0300
commitd5558b6f67918ea8f951fd0408eff18532a63d4e (patch)
treeac73e7988e1d6a06f588717d6b93cea90bec16e3 /plugins/Clist_modern/src
parent4f5b5ef8c908156bd30d5bb391c1e238cbcc2f0c (diff)
CLIST_INTERFACE::pfnClcOptionsChanged => Clist_ClcOptionsChanged
CLIST_INTERFACE::pfnRegisterFileDropping & CLIST_INTERFACE::pfnUnregisterFileDropping => suspended
Diffstat (limited to 'plugins/Clist_modern/src')
-rw-r--r--plugins/Clist_modern/src/modern_clc.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}