diff options
| author | George Hazan <ghazan@miranda.im> | 2020-03-30 16:52:28 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2020-03-30 16:52:28 +0300 |
| commit | 64303ec8f7d8fd491247a2c06ee133e4f5f3c942 (patch) | |
| tree | fd57755518819e33a7ed03c8fef389396c0d61df /src/core/stdmsg | |
| parent | 1043ccf5d184151af43a417cd6e6c1a800b678dd (diff) | |
Contact lists:
- all common options moved to the Clist namespace;
- fixes #2281 (Add option to not clear "NotOnList" group at start);
Diffstat (limited to 'src/core/stdmsg')
| -rw-r--r-- | src/core/stdmsg/src/msgoptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdmsg/src/msgoptions.cpp b/src/core/stdmsg/src/msgoptions.cpp index 131862920b..561ef27cf0 100644 --- a/src/core/stdmsg/src/msgoptions.cpp +++ b/src/core/stdmsg/src/msgoptions.cpp @@ -435,7 +435,7 @@ public: void ResetCList(CCtrlClc::TEventInfo* = nullptr)
{
- clist.SetUseGroups(db_get_b(0, "CList", "UseGroups", SETTING_USEGROUPS_DEFAULT));
+ clist.SetUseGroups(Clist::UseGroups);
clist.SetHideEmptyGroups(1);
}
|
