From dc907e37f5baf3f590700394d4e779363c0c0a7f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 22 Jan 2021 20:46:53 +0300 Subject: fixes #2710 (StdClist: Option: "Don't move offline user to bottom" does not save setting properly) --- src/core/stdclist/src/clistopts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/stdclist/src/clistopts.cpp b/src/core/stdclist/src/clistopts.cpp index 4d76861bee..9f7ee3c2b6 100644 --- a/src/core/stdclist/src/clistopts.cpp +++ b/src/core/stdclist/src/clistopts.cpp @@ -91,7 +91,7 @@ public: { g_plugin.setByte("SortByStatus", g_bSortByStatus = sortByStatus.GetState()); g_plugin.setByte("SortByProto", g_bSortByProto = sortByProto.GetState()); - g_plugin.getByte("NoOfflineBottom", g_bNoOfflineBottom = chkOfflineBottom.GetState()); + g_plugin.setByte("NoOfflineBottom", g_bNoOfflineBottom = chkOfflineBottom.GetState()); g_plugin.setByte("Tray1Click", IsDlgButtonChecked(m_hwnd, IDC_ONECLK)); g_plugin.setByte("AlwaysStatus", IsDlgButtonChecked(m_hwnd, IDC_ALWAYSSTATUS)); g_plugin.setByte("AlwaysMulti", !IsDlgButtonChecked(m_hwnd, IDC_ALWAYSMULTI)); -- cgit v1.2.3