Browse Source

- Fixed a typo in RSS

adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
db1bd53f44
  1. 2
      src/rss_imp.cpp

2
src/rss_imp.cpp

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

Loading…
Cancel
Save