diff --git a/src/rss.h b/src/rss.h index f437db502..a4054a7f9 100644 --- a/src/rss.h +++ b/src/rss.h @@ -367,9 +367,10 @@ public slots : void processDownloadedFile(QString file_path) { filePath = file_path; downloadFailure = false; - openRss(); - lastRefresh.start(); - refreshed = true; + if(openRss() >= 0) { + lastRefresh.start(); + refreshed = true; + } } void setDownloadFailed(){