diff --git a/src/rss.h b/src/rss.h
index 775a31709..2a912d1d1 100644
--- a/src/rss.h
+++ b/src/rss.h
@@ -438,6 +438,7 @@ class RssManager : public QObject{
stream->setLoading(false);
qDebug("Could not download Rss at %s, reason: %s", (const char*)url.toUtf8(), (const char*)reason.toUtf8());
stream->setDownloadFailed();
+ emit feedInfosChanged(url, stream->getAliasOrUrl(), stream->getNbUnRead());
}
public :
diff --git a/src/rss.ui b/src/rss.ui
index cf09754d2..732ad46c9 100644
--- a/src/rss.ui
+++ b/src/rss.ui
@@ -40,6 +40,9 @@
Qt::CustomContextMenu
+
+ QAbstractItemView::ExtendedSelection
+
2
@@ -48,6 +51,11 @@
RSS streams:
+
+
+ 2
+
+
-