[core] Fixed wrong change of continuation

This commit is contained in:
Michael Käufl 2014-11-10 02:29:43 +01:00
parent 2dcd197f85
commit 4e68c75274

View file

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