summaryrefslogtreecommitdiff
path: root/x11-libs/gtk+:3/other__default-settings.patch
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2019-11-11 21:32:56 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2019-11-11 21:32:56 +0100
commit73ef09e1d5813f72ad801f70fad2ec83b46be126 (patch)
tree41bbaf25f243ae1c6742de37bdce5635e38ab04e /x11-libs/gtk+:3/other__default-settings.patch
parent372f3c09f22097ad7f076f2f56a959ca9215320f (diff)
downloadpatches-73ef09e1d5813f72ad801f70fad2ec83b46be126.tar.gz
patches-73ef09e1d5813f72ad801f70fad2ec83b46be126.tar.bz2
patches-73ef09e1d5813f72ad801f70fad2ec83b46be126.zip
GTK3 PatchesHEADmaster
Diffstat (limited to '')
-rw-r--r--x11-libs/gtk+:3/other__default-settings.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-libs/gtk+:3/other__default-settings.patch b/x11-libs/gtk+:3/other__default-settings.patch
new file mode 100644
index 0000000..da1960f
--- /dev/null
+++ b/x11-libs/gtk+:3/other__default-settings.patch
@@ -0,0 +1,16 @@
+diff --color -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 2016-10-22 06:17:51.000000000 +0200
++++ mod/gtk/org.gtk.Settings.FileChooser.gschema.xml 2017-10-30 21:18:17.206979350 +0100
+@@ -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.