summaryrefslogtreecommitdiff
path: root/gtk/org.gtk.Settings.FileChooser.gschema.xml
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2013-12-03 12:10:29 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2013-12-03 12:12:54 -0500
commita34702a61f16d8d171d21ca1490cb8b9e504519c (patch)
treedd81f7b909c6738e776c25083d96d78280533218 /gtk/org.gtk.Settings.FileChooser.gschema.xml
parentd9ce2ba32fba659fb991432dde30e77ca73bd1f8 (diff)
downloadgtk+-a34702a61f16d8d171d21ca1490cb8b9e504519c.tar.gz
file-chooser: add a sort-directories-first gsetting
Add an option to sort folders before files in order to be more constistent with the file manager.
Diffstat (limited to 'gtk/org.gtk.Settings.FileChooser.gschema.xml')
-rw-r--r--gtk/org.gtk.Settings.FileChooser.gschema.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/org.gtk.Settings.FileChooser.gschema.xml b/gtk/org.gtk.Settings.FileChooser.gschema.xml
index f2424e5655..586881a681 100644
--- a/gtk/org.gtk.Settings.FileChooser.gschema.xml
+++ b/gtk/org.gtk.Settings.FileChooser.gschema.xml
@@ -50,6 +50,11 @@
<summary>Whether to show hidden files</summary>
<description>If set to true, then hidden files are shown by default. Hidden files are either dotfiles, listed in the folder's .hidden file or backup files ending with a tilde (~).</description>
</key>
+ <key type="b" name="sort-directories-first">
+ <default>false</default>
+ <summary>Whether to show folders first</summary>
+ <description>If set to true, then folders are shown prior to showing files in the icon and list views.</description>
+ </key>
<key name='expand-folders' type='b'>
<default>false</default>
</key>