From 5cc6e6e8f40d74f1e9d503ed8b512a371db0dc35 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Mon, 23 Jul 2007 07:55:06 +0000 Subject: [PATCH] - sometimes, rss feeds had a red cross icon although their download succeeded : fixed --- TODO | 1 - src/rss.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index c7dec6ba7..79300b40c 100644 --- a/TODO +++ b/TODO @@ -46,7 +46,6 @@ - Translations update - .ico support? - display debug when fastresume data is rejected - - Fix icon bugs in rss tab - Download/Finished lists cleanup - Wait for some bug fixes in libtorrent : - upload/download limit per torrent diff --git a/src/rss.h b/src/rss.h index d48311c8b..caa0cde4f 100644 --- a/src/rss.h +++ b/src/rss.h @@ -165,6 +165,7 @@ class RssStream : public QObject{ url = _url; alias = url; read = true; + downloadFailure = false; qDebug("Creating rss & ico downloadThreads"); downloaderRss = new downloadThread(this); downloaderIcon = new downloadThread(this);