Fixed issue that the "show folders first property" was not delegated to sub directories, when "[x] Apply to all sub directories" was checked.

BUG: 214865

svn path=/trunk/KDE/kdebase/apps/; revision=1070723
This commit is contained in:
Peter Penz 2010-01-06 15:39:06 +00:00
parent 2c3fc5c93f
commit 5cf5a8ea4b

View file

@ -260,6 +260,7 @@ void ViewProperties::setDirProperties(const ViewProperties& props)
setCategorizedSorting(props.categorizedSorting());
setSorting(props.sorting());
setSortOrder(props.sortOrder());
setSortFoldersFirst(props.sortFoldersFirst());
setAdditionalInfo(props.additionalInfo());
}