Make sure new RSS download rules apply to existing articles as well, not just new ones

May be related to #116.
This commit is contained in:
Christophe Dumez 2012-09-23 10:25:25 +03:00
parent 7e57a63ec5
commit 819dcacae0
8 changed files with 51 additions and 20 deletions

View file

@ -761,6 +761,8 @@ void RSSImp::on_rssDownloaderBtn_clicked()
{
AutomatedRssDownloader dlg(m_rssManager, this);
dlg.exec();
if (dlg.isRssDownloaderEnabled())
if (dlg.isRssDownloaderEnabled()) {
m_rssManager->recheckRssItemsForDownload();
refreshAllFeeds();
}
}