- Fixed a typo in RSS

This commit is contained in:
Christophe Dumez 2007-09-09 12:23:29 +00:00
parent 07dc182053
commit db1bd53f44

View File

@ -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)"));
}
}