summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-02-10 14:29:24 +0100
committerCarlos Soriano <csoriano@gnome.org>2016-02-12 18:19:38 +0100
commit27c62f297ed2472a5c7021a8a01a61e6d4735dd1 (patch)
treeb21233199ed9c6225fa845e5224c98cbe63dc15b /data
parent4a7d0a49a0d77e0b4aef030289fd7845db90a763 (diff)
downloadnautilus-27c62f297ed2472a5c7021a8a01a61e6d4735dd1.tar.gz
preferences: rework preferences window
With designers guidance, rework the preferences window to a better state. Also, do few improvement on the way, like converting it to a GtkWindow.
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.nautilus.gschema.xml13
1 files changed, 4 insertions, 9 deletions
diff --git a/data/org.gnome.nautilus.gschema.xml b/data/org.gnome.nautilus.gschema.xml
index 7b735c577..9c4ec107d 100644
--- a/data/org.gnome.nautilus.gschema.xml
+++ b/data/org.gnome.nautilus.gschema.xml
@@ -76,15 +76,10 @@
<summary>Always use the location entry, instead of the pathbar</summary>
<description>If set to true, then Nautilus browser windows will always use a textual input entry for the location toolbar, instead of the pathbar.</description>
</key>
- <key type="b" name="local-recursive-search">
- <default>true</default>
- <summary>Whether to enable local recursive search or not</summary>
- <description>Enables or disables local recursive search in Nautilus.</description>
- </key>
- <key type="b" name="remote-recursive-search">
- <default>false</default>
- <summary>Whether to enable recursive search or not on remote locations</summary>
- <description>Enables or disables recursive search on remote locations in Nautilus.</description>
+ <key name="recursive-search" enum="org.gnome.nautilus.SpeedTradeoff">
+ <default>'local-only'</default>
+ <summary>Where to perform recursive search</summary>
+ <description>In which locations Nautilus should search on subfolders. Available values are 'local-only', 'always', 'never'.</description>
</key>
<key name="search-filter-time-type" enum="org.gnome.nautilus.SearchFilterTimeType">
<default>'last_modified'</default>