From 82e75be329dd0f30c0281ef9c3c08488b89d109f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 19 Jun 2024 19:21:28 +0300 Subject: StdUserInfo: fix for displaying groups --- src/core/stduserinfo/src/userinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/stduserinfo/src/userinfo.cpp b/src/core/stduserinfo/src/userinfo.cpp index 3ccc299225..c1233396ce 100644 --- a/src/core/stduserinfo/src/userinfo.cpp +++ b/src/core/stduserinfo/src/userinfo.cpp @@ -150,7 +150,7 @@ class CUserInfoDlg : public CDlgBase } } - if (hParent == nullptr || (!hContact && mir_wstrcmp(pwszPrevGroup, it->pwszGroup))) { + if (hParent == nullptr || mir_wstrcmp(pwszPrevGroup, it->pwszGroup)) { TVINSERTSTRUCT tvis = {}; tvis.hInsertAfter = TVI_LAST; tvis.item.lParam = (LPARAM)it; -- cgit v1.2.3