From db1bd53f44bfabad1c11205c7e38e61ca10583b5 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 9 Sep 2007 12:23:29 +0000 Subject: [PATCH] - Fixed a typo in RSS --- src/rss_imp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rss_imp.cpp b/src/rss_imp.cpp index 00740a939..84f94301f 100644 --- a/src/rss_imp.cpp +++ b/src/rss_imp.cpp @@ -126,7 +126,7 @@ QString url = item->text(1); RssStream *feed = rssmanager->getFeed(url); feed->markAllAsRead(); - item->setData(0, Qt::DisplayRole, stream->getAliasOrUrl()+ QString::fromUtf8(" (0)")); + item->setData(0, Qt::DisplayRole, feed->getAliasOrUrl()+ QString::fromUtf8(" (0)")); } }