Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
bgo#655822 - Put back the expand-folders schema in gsettings
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
federicomenaquintero committed Aug 2, 2011
1 parent 9112cb4 commit 2485273
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gtk/org.gtk.Settings.FileChooser.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2485273

Please sign in to comment.