From aade717f024f4791547586c81fad7ae61991ed1a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 6 Apr 2018 21:05:08 +0300 Subject: CLIST_INTERFACE::pfnSaveStateAndRebuildList => Clist_SaveStateAndRebuildList --- plugins/Clist_modern/src/modern_clc.cpp | 2 +- plugins/Clist_modern/src/modern_clcmsgs.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') 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); diff --git a/plugins/Clist_modern/src/modern_clcmsgs.cpp b/plugins/Clist_modern/src/modern_clcmsgs.cpp index 06f688619d..facfb11609 100644 --- a/plugins/Clist_modern/src/modern_clcmsgs.cpp +++ b/plugins/Clist_modern/src/modern_clcmsgs.cpp @@ -41,7 +41,7 @@ LRESULT cli_ProcessExternalMessages(HWND hwnd, ClcData *dat, UINT msg, WPARAM wP case CLM_AUTOREBUILD: if (dat->bForceInDialog) { - pcli->pfnSaveStateAndRebuildList(hwnd, dat); + Clist_SaveStateAndRebuildList(hwnd, dat); pcli->bAutoRebuild = false; } else clcSetDelayTimer(TIMERID_REBUILDAFTER, hwnd); -- cgit v1.2.3