diff options
Diffstat (limited to 'protocols/NewsAggregator/Src/Options.cpp')
-rw-r--r-- | protocols/NewsAggregator/Src/Options.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/NewsAggregator/Src/Options.cpp b/protocols/NewsAggregator/Src/Options.cpp index c6e1967edc..9f902c52b2 100644 --- a/protocols/NewsAggregator/Src/Options.cpp +++ b/protocols/NewsAggregator/Src/Options.cpp @@ -880,9 +880,9 @@ bool COptionsMain::OnApply() if (mir_wstrcmp(dbNick, nick) == 0) { g_plugin.setByte(hContact, "CheckState", m_feeds.GetCheckState(i)); if (!m_feeds.GetCheckState(i)) - Clist_HideContact(hContact); + Contact_Hide(hContact); else - Clist_HideContact(hContact, false); + Contact_Hide(hContact, false); } } } |