- RSS fix: Make sure to update refreshed boolean only if the RSS feed have been refreshed

This commit is contained in:
Christophe Dumez 2009-08-21 14:15:23 +00:00
parent 25d998f1b5
commit 955d8069e2

View file

@ -367,9 +367,10 @@ public slots :
void processDownloadedFile(QString file_path) {
filePath = file_path;
downloadFailure = false;
openRss();
if(openRss() >= 0) {
lastRefresh.start();
refreshed = true;
}
}
void setDownloadFailed(){