diff options
author | George Hazan <ghazan@miranda.im> | 2021-03-06 21:34:30 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-03-06 21:34:30 +0300 |
commit | b26db5be329bb29e3b3cffadffb700ab8fd848ac (patch) | |
tree | 77e3a95de54f9e783304ac2597c15805ab703b00 /src | |
parent | 975f5ad99a5e76c31da953602cc47e1003d0e152 (diff) |
fixes #2630 (Clist blind: странная работа быстрого поиска)
Diffstat (limited to 'src')
-rw-r--r-- | src/mir_app/src/clistopts.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_app/src/clistopts.cpp b/src/mir_app/src/clistopts.cpp index e69ee22f05..b45f0ad207 100644 --- a/src/mir_app/src/clistopts.cpp +++ b/src/mir_app/src/clistopts.cpp @@ -126,6 +126,7 @@ public: } Clist::OfflineModes = flags; + Clist_ClcOptionsChanged(); Clist_LoadContactTree(); Clist_InitAutoRebuild(g_clistApi.hwndContactTree); return true; |