diff options
author | George Hazan <ghazan@miranda.im> | 2021-03-13 12:05:29 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-03-13 12:05:29 +0300 |
commit | c29f438443c64f796472d234b30881cff8f4ea57 (patch) | |
tree | 998ed1276cfbbb05574cbab1f7fb5d8931df6da8 /plugins/TabSRMM | |
parent | 173c1f4b54ebb9c60ce093dd1c0e9fe1cee93e0f (diff) |
fix for #2574: tabSRMM doesn't update event filters when loaded dynamically
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r-- | plugins/TabSRMM/src/chat_main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/chat_main.cpp b/plugins/TabSRMM/src/chat_main.cpp index 8f65396d20..0f359ebf5f 100644 --- a/plugins/TabSRMM/src/chat_main.cpp +++ b/plugins/TabSRMM/src/chat_main.cpp @@ -380,6 +380,7 @@ int Chat_Load() g_chatApi.ReloadSettings();
g_Settings.Highlight = new CMUCHighlight();
+ SM_ReconfigureFilters();
return 0;
}
|