|
|
@ -507,6 +507,8 @@ void RSSImp::updateFeedInfos(QString url, QString aliasOrUrl, unsigned int nbUnr |
|
|
|
// Update parent
|
|
|
|
// Update parent
|
|
|
|
if(item->parent()) |
|
|
|
if(item->parent()) |
|
|
|
updateItemInfos(item->parent()); |
|
|
|
updateItemInfos(item->parent()); |
|
|
|
|
|
|
|
// Update Unread item
|
|
|
|
|
|
|
|
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){ |
|
|
|
refreshNewsList(item); |
|
|
|
refreshNewsList(item); |
|
|
|