From 648a4f37816f67a88ae9a750b8307064225e7603 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Thu, 15 Mar 2018 13:46:49 +0300 Subject: TabSRMM: fixed rss protocol name --- plugins/TabSRMM/src/eventpopups.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/TabSRMM/src/eventpopups.cpp b/plugins/TabSRMM/src/eventpopups.cpp index 4b022070db..b1759de869 100644 --- a/plugins/TabSRMM/src/eventpopups.cpp +++ b/plugins/TabSRMM/src/eventpopups.cpp @@ -769,7 +769,7 @@ int tabSRMM_ShowPopup(MCONTACT hContact, MEVENT hDbEvent, WORD eventType, int wi return 0; } } - if (nen_options.bNoRSS && szProto != nullptr && !strncmp(szProto, "RSS", 3)) + if (nen_options.bNoRSS && szProto != nullptr && !strncmp(szProto, "NewsAggregator", 3)) return 0; // filter out RSS popups if (windowOpen && pContainer != nullptr) { // message window is open, need to check the container config if we want to see a popup nonetheless -- cgit v1.2.3