Browse Source

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

adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
5cc6e6e8f4
  1. 1
      TODO
  2. 1
      src/rss.h

1
TODO

@ -46,7 +46,6 @@
- Translations update - Translations update
- .ico support? - .ico support?
- display debug when fastresume data is rejected - display debug when fastresume data is rejected
- Fix icon bugs in rss tab
- Download/Finished lists cleanup - Download/Finished lists cleanup
- Wait for some bug fixes in libtorrent : - Wait for some bug fixes in libtorrent :
- upload/download limit per torrent - upload/download limit per torrent

1
src/rss.h

@ -165,6 +165,7 @@ class RssStream : public QObject{
url = _url; url = _url;
alias = url; alias = url;
read = true; read = true;
downloadFailure = false;
qDebug("Creating rss & ico downloadThreads"); qDebug("Creating rss & ico downloadThreads");
downloaderRss = new downloadThread(this); downloaderRss = new downloadThread(this);
downloaderIcon = new downloadThread(this); downloaderIcon = new downloadThread(this);

Loading…
Cancel
Save