|
|
@ -510,7 +510,7 @@ void RSSImp::updateFeedInfos(QString url, QString aliasOrUrl, unsigned int nbUnr |
|
|
|
// Update Unread item
|
|
|
|
// Update Unread item
|
|
|
|
updateItemInfos(listStreams->getUnreadItem()); |
|
|
|
updateItemInfos(listStreams->getUnreadItem()); |
|
|
|
// If the feed is selected, update the displayed news
|
|
|
|
// If the feed is selected, update the displayed news
|
|
|
|
if(listStreams->currentItem() == item){ |
|
|
|
if(listStreams->currentItem() == item || listStreams->currentItem() == listStreams->getUnreadItem()){ |
|
|
|
refreshNewsList(item); |
|
|
|
refreshNewsList(item); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|