summaryrefslogtreecommitdiff
path: root/x11-libs/gtk+:3/other__default-settings.patch
blob: da1960f4ac32da4836ca2703a37b3b01bb3835f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.