added a comment

This commit is contained in:
Hauke Schade 2014-11-24 23:20:20 +01:00
parent a64308a229
commit 05869321d5

View file

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