1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-04 10:54:35 +00:00

- Fix a crash introduced by last commit

This commit is contained in:
Christophe Dumez 2009-08-29 01:44:23 +00:00
parent e780d83fd0
commit 9d35bda43c

View File

@ -434,7 +434,7 @@ void RSSImp::refreshNewsList(QTreeWidgetItem* item) {
// display a news
void RSSImp::refreshTextBrowser(QTreeWidgetItem *item) {
if(!item) return;
if(!item || item == previous_news) return;
// Stop displaying previous news if necessary
if(listStreams->currentFeed() == listStreams->getUnreadItem()) {
if(previous_news) {