- sometimes, rss feeds had a red cross icon although their download succeeded : fixed

This commit is contained in:
Christophe Dumez 2007-07-23 07:55:06 +00:00
parent a27e7e1b9e
commit 5cc6e6e8f4
2 changed files with 1 additions and 1 deletions

1
TODO
View file

@ -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

View file

@ -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);