diff --git a/src/rss_imp.cpp b/src/rss_imp.cpp index e171f73ec..7c5ec6060 100644 --- a/src/rss_imp.cpp +++ b/src/rss_imp.cpp @@ -507,6 +507,8 @@ void RSSImp::updateFeedInfos(QString url, QString aliasOrUrl, unsigned int nbUnr // Update parent if(item->parent()) updateItemInfos(item->parent()); + // Update Unread item + updateItemInfos(listStreams->getUnreadItem()); // If the feed is selected, update the displayed news if(listStreams->currentItem() == item){ refreshNewsList(item);