[gtk+/bgo593793-filechooser-recent-folders] bgo#655822 - Put back the expand-folders schema in gsettings



commit 46cd6316cb1b4bf599700e7db67838a3d5b93ab7
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Aug 2 11:44:52 2011 -0500

    bgo#655822 - Put back the expand-folders schema in gsettings
    
    Apparently schemas are part of the ABI contract; running apps crash if a
    schema disapppears and they happen to access it.
    
    Signed-off-by: Federico Mena Quintero <federico gnome org>

 gtk/org.gtk.Settings.FileChooser.gschema.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gtk/org.gtk.Settings.FileChooser.gschema.xml b/gtk/org.gtk.Settings.FileChooser.gschema.xml
index 075a1ab..7bef20d 100644
--- a/gtk/org.gtk.Settings.FileChooser.gschema.xml
+++ b/gtk/org.gtk.Settings.FileChooser.gschema.xml
@@ -44,6 +44,9 @@
     <key name='show-hidden' type='b'>
       <default>false</default>
     </key>
+    <key name='expand-folders' type='b'>
+      <default>false</default>
+    </key>
     <key name='show-size-column' type='b'>
       <default>true</default>
     </key>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]