summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-03-13 12:05:29 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-03-13 12:05:29 +0300
commitc29f438443c64f796472d234b30881cff8f4ea57 (patch)
tree998ed1276cfbbb05574cbab1f7fb5d8931df6da8 /plugins/TabSRMM
parent173c1f4b54ebb9c60ce093dd1c0e9fe1cee93e0f (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.cpp1
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;
}