[gtk+/bgo593793-filechooser-recent-folders-master: 14/14] bgo#655822 - Put back the expand-folders schema in gsettings
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/bgo593793-filechooser-recent-folders-master: 14/14] bgo#655822 - Put back the expand-folders schema in gsettings
- Date: Tue, 2 Aug 2011 16:46:00 +0000 (UTC)
commit 2485273247d74ae8a86c8b5f8bf307b27be3f41c
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]