]> Pileus Git - ~andy/gtk/blobdiff - gtk/org.gtk.Settings.FileChooser.gschema.xml
filechooserbutton: Don't duplicate tests for GTK_RESPONSE_DELETE_EVENT
[~andy/gtk] / gtk / org.gtk.Settings.FileChooser.gschema.xml
index 075a1ab638bf38b3645da1cc94733ff319a09ccf..d7d87058af6cf5ce7ed40f495ddd8608d5b51ccd 100644 (file)
@@ -2,19 +2,18 @@
 <!--
   Copyright © 2010 Christian Persch
 
-  This program is free software; you can redistribute it and/or modify
+  This library is free software; you can redistribute it and/or modify
   it under the terms of the GNU Lesser General Public License as published by
   the Free Software Foundation; either version 2.1, or (at your option)
   any later version.
 
-  This program is distributed in the hope that it will be useful,
+  This library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  GNU General Public License for more details.
+  GNU Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+  along with this library. If not, see <http://www.gnu.org/licenses/>.
 -->
 <schemalist>
 
@@ -34,7 +33,7 @@
     <value nick='descending' value='1'/>
   </enum>
 
-  <schema id='org.gtk.Settings.FileChooser'>
+  <schema id='org.gtk.Settings.FileChooser' path='/org/gtk/settings/file-chooser/'>
     <key name='last-folder-uri' type='s'>
       <default>""</default>
     </key>
     </key>
     <key name='show-hidden' type='b'>
       <default>false</default>
+      <summary>Whether to show hidden files</summary>
+      <description>If set to true, then hidden files are shown by default.  Hidden files are either dotfiles, listed in the folder's .hidden file or backup files ending with a tilde (~).</description>
+    </key>
+    <key name='expand-folders' type='b'>
+      <default>false</default>
     </key>
     <key name='show-size-column' type='b'>
       <default>true</default>
@@ -59,6 +63,9 @@
     <key name='window-size' type='(ii)'>
       <default>(-1, -1)</default>
     </key>
+    <key name='sidebar-width' type='i'>
+      <default>148</default>
+    </key>
   </schema>
 
 </schemalist>