aboutsummarylogtreecommitdiffstats
path: root/file-chooser__cwd-default.patch
blob: ff2de3b44f5fe928dcf799ec39adcf9b253ae499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.