diff options
author | Carlos Soriano <csoriano@redhat.com> | 2018-07-26 19:20:12 +0200 |
---|---|---|
committer | Carlos Soriano <csoriano@redhat.com> | 2018-07-26 19:25:15 +0200 |
commit | a4fa624abcc99bd53943f4b8bb1982d7aedcc03d (patch) | |
tree | 6aa1536ad1273bd8d04001129e260a2ec85a9eb3 /data | |
parent | 1554177c7060802afaa76815446b60a5aeb3cb22 (diff) | |
download | nautilus-a4fa624abcc99bd53943f4b8bb1982d7aedcc03d.tar.gz |
general: Remove trash shortcut changed handling
It was introduced in 3.14, most probably everyone is in a newer version
already...
Time to clean up!
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.nautilus.gschema.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/data/org.gnome.nautilus.gschema.xml b/data/org.gnome.nautilus.gschema.xml index 3dc5f7deb..4b393f83f 100644 --- a/data/org.gnome.nautilus.gschema.xml +++ b/data/org.gnome.nautilus.gschema.xml @@ -131,11 +131,6 @@ <summary>Show the package installer for unknown MIME types</summary> <description>Whether to show the user a package installer dialog in case an unknown MIME type is opened, in order to search for an application to handle it.</description> </key> - <key type="b" name="show-move-to-trash-shortcut-changed-dialog"> - <default>true</default> - <summary>Show a warning dialog for the change of the shortcut for move to the Trash</summary> - <description>Show a warning dialog for the change of the shortcut for move to the Trash from Control + Delete to just Delete.</description> - </key> <key type="b" name="mouse-use-extra-buttons"> <default>true</default> <summary>Use extra mouse button events in Nautilus’ browser window</summary> |