From 40e9105ee5d3c0ab499f34240cc997243c24e159 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Mon, 24 Aug 2009 09:47:13 +0000 Subject: [PATCH] - Make sure Unread item is updated whenever a feed is updated --- src/rss_imp.cpp | 2 ++ 1 file changed, 2 insertions(+) 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);