1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-27 23:14:31 +00:00

- Fixed 'Mark all as read' would not refresh news list

This commit is contained in:
Christophe Dumez 2009-08-21 18:36:50 +00:00
parent bca03706a0
commit 2dc9f10bf4

View File

@ -183,8 +183,8 @@ void RSSImp::on_actionMark_all_as_read_triggered() {
feed->markAllAsRead();
item->setData(0, Qt::DisplayRole, feed->getAliasOrUrl()+ QString::fromUtf8(" (0)"));
}
/*if(selectedItems.size())
refreshNewsList(selectedItems.last());*/
if(selectedItems.size())
refreshNewsList(listStreams->currentItem());
}
//right-click somewhere, refresh all the streams