┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-01-06 15:39:06 +0000
committerPeter Penz <[email protected]>2010-01-06 15:39:06 +0000
commit5cf5a8ea4bf482b5a78d9948a6cdaea44ad9c627 (patch)
treebc4c85755889fc7ef3258906832ec775d4e6774d /src
parent2c3fc5c93f2824d8cdebe3499dde6e9d748fb626 (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/viewproperties.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/viewproperties.cpp b/src/viewproperties.cpp
index 60da2905d..3a2bb1fc1 100644
--- a/src/viewproperties.cpp
+++ b/src/viewproperties.cpp
@@ -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());
}