From 688953e95536edd77988ab2f46027697b9b3f2e6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 9 May 2025 17:40:10 +0300 Subject: more fixes --- plugins/ContactsPlus/src/send.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ContactsPlus/src') diff --git a/plugins/ContactsPlus/src/send.cpp b/plugins/ContactsPlus/src/send.cpp index 0ba2732d43..b617780031 100644 --- a/plugins/ContactsPlus/src/send.cpp +++ b/plugins/ContactsPlus/src/send.cpp @@ -200,7 +200,7 @@ static void SetAllContactChecks(HWND hwndList, MCONTACT hReceiver) // doubtful n if (szProto == nullptr) return; - SendMessage(hwndList, CLM_SETHIDEEMPTYGROUPS, Clist::HideEmptyGroups, 0); + SendMessage(hwndList, CLM_SETHIDEEMPTYGROUPS, Clist::bHideEmptyGroups, 0); MCONTACT hItem, hContact = FindFirstClistContact(hwndList, &hItem); while (hContact) { -- cgit v1.2.3