summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristopher Davis <christopherdavis@gnome.org>2022-07-09 21:19:00 -0400
committerAntónio Fernandes <antoniof@gnome.org>2022-07-30 20:23:15 +0000
commitb60508c9e3a7578e7e70fcb8a268ee869c47a574 (patch)
treedffb1cd1608b90242a0ca6e478bef8263b36fc57 /data
parentf43197249e82b807dc3d0067cf3342cc8a7582f2 (diff)
downloadnautilus-b60508c9e3a7578e7e70fcb8a268ee869c47a574.tar.gz
general: Remove tab position setting
This hidden setting was added back when tabs were introduced in commit 07cf7db47fd5fae64201f1cff73e39fd8aed2f54 That commit provides no motivation for this setting, and neither does the bug it references: https://bugzilla.gnome.org/show_bug.cgi?id=48034 The same commit added a "tabs_enable" setting too, so it's fair assume this setting doesn't solve any problem, it was just a trend of older times to make everything configurable. Let's remove the setting and assume the default behavior. Also remove the related NAUTILUS_OPEN_FLAG_SLOT_APPEND flag. (Diff and message amended by António Fernandes<antoniof@gnome.org>)
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.nautilus.gschema.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/data/org.gnome.nautilus.gschema.xml b/data/org.gnome.nautilus.gschema.xml
index 883f4a8fe..e32cac3e3 100644
--- a/data/org.gnome.nautilus.gschema.xml
+++ b/data/org.gnome.nautilus.gschema.xml
@@ -49,11 +49,6 @@
<value value="2" nick="large"/>
</enum>
- <enum id="org.gnome.nautilus.TabPosition">
- <value value="0" nick="after-current-tab"/>
- <value value="1" nick="end"/>
- </enum>
-
<enum id="org.gnome.nautilus.SearchFilterTimeType">
<value value="0" nick="last_modified"/>
<value value="1" nick="last_used"/>
@@ -76,14 +71,6 @@
</schema>
<schema path="/org/gnome/nautilus/preferences/" id="org.gnome.nautilus.preferences" gettext-domain="nautilus">
- <key name="tabs-open-position" enum="org.gnome.nautilus.TabPosition">
- <aliases>
- <alias value='after_current_tab' target='after-current-tab'/>
- </aliases>
- <default>'after-current-tab'</default>
- <summary>Where to position newly open tabs in browser windows</summary>
- <description>If set to “after-current-tab”, then new tabs are inserted after the current tab. If set to “end”, then new tabs are appended to the end of the tab list.</description>
- </key>
<key type="b" name="always-use-location-entry">
<default>false</default>
<summary>Always use the location entry, instead of the pathbar</summary>