aboutsummarylogtreecommitdiffstats
path: root/file-chooser__cwd-default.patch
diff options
context:
space:
mode:
Diffstat (limited to 'file-chooser__cwd-default.patch')
-rw-r--r--file-chooser__cwd-default.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/file-chooser__cwd-default.patch b/file-chooser__cwd-default.patch
deleted file mode 100644
index ff2de3b44f5f..000000000000
--- a/file-chooser__cwd-default.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -U 5 -r -Z -B ./org/gtk/org.gtk.Settings.FileChooser.gschema.xml ./mod/gtk/org.gtk.Settings.FileChooser.gschema.xml
---- ./org/gtk/org.gtk.Settings.FileChooser.gschema.xml 2017-07-19 04:55:39.000000000 +0200
-+++ ./mod/gtk/org.gtk.Settings.FileChooser.gschema.xml 2017-07-30 13:14:27.850096140 +0200
-@@ -117,11 +117,11 @@
- <description>
- The size (width, height) of the GtkFileChooserDialog's window, in pixels.
- </description>
- </key>
- <key name='startup-mode' enum='org.gtk.Settings.FileChooser.StartupMode'>
-- <default>'recent'</default>
-+ <default>'cwd'</default>
- <summary>Startup mode</summary>
- <description>
- Either "recent" or "cwd"; controls whether the file chooser
- starts up showing the list of recently-used files, or the
- contents of the current working directory.