summaryrefslogtreecommitdiff
path: root/plugins/CSList
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CSList')
-rw-r--r--plugins/CSList/src/cslist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CSList/src/cslist.cpp b/plugins/CSList/src/cslist.cpp
index 98f0c86410..54a30b6b82 100644
--- a/plugins/CSList/src/cslist.cpp
+++ b/plugins/CSList/src/cslist.cpp
@@ -120,7 +120,7 @@ static int OnPreshutdown(WPARAM wparam, LPARAM lparam)
extern "C" __declspec(dllexport) int Load()
{
mir_getLP(&pluginInfoEx);
- pcli = ( CLIST_INTERFACE* )CallService(MS_CLIST_RETRIEVE_INTERFACE, 0, 0);
+ mir_getCLI();
// support for ComboBoxEx
INITCOMMONCONTROLSEX icc;