Merge branch 'master' of github.com:cnlpete/ttrss

Conflicts:
	qml/ttrss/models/FeedItemModel.qml
This commit is contained in:
Hauke Schade 2014-11-24 21:21:55 +01:00
commit 021bbae66c

View file

@ -174,7 +174,7 @@ ListModel {
if (item.unread) {
root.setProperty(i, "unread", false)
if (!settings.showAll) {
root.continuation += 1
root.continuation -= 1
}
root.itemUnreadChanged(item)
}