Comment 25 for bug 1609051

Revision history for this message
Carlos Jose Mazieri (carlos-mazieri) wrote :

It is interesting that you guys reported that versions 0.4.543 and 0.4.528 do work, I understand that these versions correspond to revisions 543 and 528 respectively.

My last change on "src/folderlistmodel" code was in revision 518 on 2016-01-15.

I have compared "src/folderlistmodel" code from current revision 583 with revisions 543 and 528, there is only one difference, the method DirModel::isAllowedPath() was a private and simple method, it has changed to be a public slot because it is now used in src/app/qml/ui/FolderListPage.qml:230 which may not cause any problem.