From b0b3aebba93326ae720e3830ea0fb62090f3f40c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 12 Feb 2024 10:29:52 +0300 Subject: =?UTF-8?q?fixes=20#4188=20(=D0=9A=D0=BE=D0=BD=D1=82=D0=B0=D0=BA?= =?UTF-8?q?=D1=82=20=D0=BF=D0=BE=D0=BC=D0=B5=D1=89=D0=B0=D0=B5=D1=82=D1=81?= =?UTF-8?q?=D1=8F=20=D0=B2=20=D0=BD=D0=B5=D0=BA=D0=BE=D1=80=D1=80=D0=B5?= =?UTF-8?q?=D0=BA=D1=82=D0=BD=D1=83=D1=8E=20=D0=B3=D1=80=D1=83=D0=BF=D0=BF?= =?UTF-8?q?=D1=83)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mir_app/src/movetogroup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mir_app/src/movetogroup.cpp b/src/mir_app/src/movetogroup.cpp index 212546b391..d329ec29f4 100644 --- a/src/mir_app/src/movetogroup.cpp +++ b/src/mir_app/src/movetogroup.cpp @@ -105,7 +105,7 @@ static int OnContactMenuBuild(WPARAM wParam, LPARAM) for (auto &it : arByIds) if (it->flags) - groups.insert(new GroupItemSort(it->groupName, it->groupId)); + groups.insert(new GroupItemSort(it->groupName, it->groupId+1)); for (auto &p : groups) { bool checked = szContactGroup && !mir_wstrcmp(szContactGroup, p->name); -- cgit v1.2.3