From 4f5b5ef8c908156bd30d5bb391c1e238cbcc2f0c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 6 Apr 2018 21:25:07 +0300 Subject: CLIST_INTERFACE::pfnRemoveItemFromGroup => Clist_RemoveItemFromGroup CLIST_INTERFACE::pfnFreeGroup => suspended --- plugins/Clist_nicer/src/clc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Clist_nicer') diff --git a/plugins/Clist_nicer/src/clc.cpp b/plugins/Clist_nicer/src/clc.cpp index 93906325b3..650ad15bd2 100644 --- a/plugins/Clist_nicer/src/clc.cpp +++ b/plugins/Clist_nicer/src/clc.cpp @@ -343,7 +343,7 @@ LRESULT CALLBACK ContactListControlWndProc(HWND hwnd, UINT msg, WPARAM wParam, L if (!shouldShow && !(style & CLS_NOHIDEOFFLINE) && (style & CLS_HIDEOFFLINE || group->hideOffline || cfg::dat.bFilterEffective)) { // CLVM changed if (dat->selection >= 0 && pcli->pfnGetRowByIndex(dat, dat->selection, &selcontact, nullptr) != -1) hSelItem = Clist_ContactToHItem(selcontact); - pcli->pfnRemoveItemFromGroup(hwnd, group, contact, 0); + Clist_RemoveItemFromGroup(hwnd, group, contact, 0); contactRemoved = TRUE; recalcScrollBar = 1; } -- cgit v1.2.3