aboutsummarylogtreecommitdiffstats
path: root/file-chooser__disable-other-locations.patch
diff options
context:
space:
mode:
authorVladimir Pinchuk2017-04-21 18:50:14 +0300
committerVladimir Pinchuk2017-04-21 18:50:14 +0300
commit13d8bf45cf9ac2c046a2d3a36b69d9d8caf79f37 (patch)
tree9fd2cb0a4390c4c498444250528b5e4f6182ba64 /file-chooser__disable-other-locations.patch
downloadaur-13d8bf45cf9ac2c046a2d3a36b69d9d8caf79f37.tar.gz
Import from AUR package gtk3-mushrooms
Diffstat (limited to 'file-chooser__disable-other-locations.patch')
-rw-r--r--file-chooser__disable-other-locations.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/file-chooser__disable-other-locations.patch b/file-chooser__disable-other-locations.patch
new file mode 100644
index 000000000000..1d5457922efb
--- /dev/null
+++ b/file-chooser__disable-other-locations.patch
@@ -0,0 +1,11 @@
+--- src/gtk+/gtk/ui/gtkfilechooserwidget.ui 2017-04-16 00:01:55.880507000 +0200
++++ modified_files/gtkfilechooserwidget.ui 2017-04-16 19:56:37.100403946 +0200
+@@ -16,7 +16,7 @@
+ <property name="visible">1</property>
+ <property name="hscrollbar-policy">never</property>
+ <property name="local-only">1</property>
+- <property name="show-other-locations">1</property>
++ <property name="show-other-locations">0</property>
+ <style>
+ <class name="sidebar"/>
+ </style>