diff options
| author | Peter Penz <[email protected]> | 2010-01-06 15:39:06 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-01-06 15:39:06 +0000 |
| commit | 5cf5a8ea4bf482b5a78d9948a6cdaea44ad9c627 (patch) | |
| tree | bc4c85755889fc7ef3258906832ec775d4e6774d /src | |
| parent | 2c3fc5c93f2824d8cdebe3499dde6e9d748fb626 (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.cpp | 1 |
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()); } |
