diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-06 19:27:45 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-06 19:27:45 +0300 |
commit | 1d0e5e12761293b41d0dede5276e198bb91d1f2e (patch) | |
tree | 012749b6215e99c8aa0873bebbf9d9b311c1100f /plugins/Clist_modern | |
parent | e45e2f1683f984ec5ef05c0b4ffff87ee0405f43 (diff) |
CLIST_INTERFACE::pfnRecalculateGroupCheckboxes => Clist_RecalculateGroupCheckboxes
Diffstat (limited to 'plugins/Clist_modern')
-rw-r--r-- | plugins/Clist_modern/src/modern_clc.cpp | 2 |
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;
|