Browse Source

- Make sure Unread item is updated whenever a feed is updated

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
40e9105ee5
  1. 2
      src/rss_imp.cpp

2
src/rss_imp.cpp

@ -507,6 +507,8 @@ void RSSImp::updateFeedInfos(QString url, QString aliasOrUrl, unsigned int nbUnr @@ -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);

Loading…
Cancel
Save