summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-06 19:27:45 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-04-06 19:27:45 +0300
commit1d0e5e12761293b41d0dede5276e198bb91d1f2e (patch)
tree012749b6215e99c8aa0873bebbf9d9b311c1100f /plugins/Clist_modern
parente45e2f1683f984ec5ef05c0b4ffff87ee0405f43 (diff)
CLIST_INTERFACE::pfnRecalculateGroupCheckboxes => Clist_RecalculateGroupCheckboxes
Diffstat (limited to 'plugins/Clist_modern')
-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 9d60fbda9f..0aa55e9858 100644
--- a/plugins/Clist_modern/src/modern_clc.cpp
+++ b/plugins/Clist_modern/src/modern_clc.cpp
@@ -761,7 +761,7 @@ static LRESULT clcOnLButtonDown(ClcData *dat, HWND hwnd, UINT, WPARAM, LPARAM lP
Clist_SetGroupChildCheckboxes(contact->group, bNewState);
else
pcli->pfnSetContactCheckboxes(contact, bNewState);
- pcli->pfnRecalculateGroupCheckboxes(hwnd, dat);
+ Clist_RecalculateGroupCheckboxes(dat);
cliInvalidateRect(hwnd, nullptr, FALSE);
NMCLISTCONTROL nm;