summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/modern_clc.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-06 21:05:08 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-04-06 21:05:17 +0300
commitaade717f024f4791547586c81fad7ae61991ed1a (patch)
tree82102555c2339e6991d955188b69229cab4e1f1f /plugins/Clist_modern/src/modern_clc.cpp
parent6eb78de492e0b2432e5fe2351e90731d1ba117e3 (diff)
CLIST_INTERFACE::pfnSaveStateAndRebuildList => Clist_SaveStateAndRebuildList
Diffstat (limited to 'plugins/Clist_modern/src/modern_clc.cpp')
-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 23cca110e2..ecc198f83c 100644
--- a/plugins/Clist_modern/src/modern_clc.cpp
+++ b/plugins/Clist_modern/src/modern_clc.cpp
@@ -1539,7 +1539,7 @@ static LRESULT clcOnIntmReloadOptions(ClcData *dat, HWND hwnd, UINT msg, WPARAM
{
corecli.pfnContactListControlWndProc(hwnd, msg, wParam, lParam);
pcli->pfnLoadClcOptions(hwnd, dat, FALSE);
- pcli->pfnSaveStateAndRebuildList(hwnd, dat);
+ Clist_SaveStateAndRebuildList(hwnd, dat);
pcli->pfnSortCLC(hwnd, dat, 1);
if (IsWindowVisible(hwnd))
pcli->pfnInvalidateRect(GetParent(hwnd), nullptr, FALSE);