summaryrefslogtreecommitdiff
path: root/gtk/org.gtk.Settings.FileChooser.gschema.xml
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2013-01-20 21:24:28 -0500
committerMatthias Clasen <mclasen@redhat.com>2013-01-23 07:46:05 -0500
commitdc8b67de9213c1d652603bcacb569b208e897625 (patch)
treed0182a829a3a5372b9203324ff88b75453b297de /gtk/org.gtk.Settings.FileChooser.gschema.xml
parent9bdc970f8dd16caed1a5b1c353394df575f8f22a (diff)
downloadgtk+-dc8b67de9213c1d652603bcacb569b208e897625.tar.gz
file chooser: give GSettings schema a path
The code is always instantiating this schema at a fixed location, so why is it relocatable? Add a path so that it shows up properly in dconf-editor, and from the gsettings commandline tool. https://bugzilla.gnome.org/show_bug.cgi?id=692163
Diffstat (limited to 'gtk/org.gtk.Settings.FileChooser.gschema.xml')
-rw-r--r--gtk/org.gtk.Settings.FileChooser.gschema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/org.gtk.Settings.FileChooser.gschema.xml b/gtk/org.gtk.Settings.FileChooser.gschema.xml
index 99c356eb7a..d7d87058af 100644
--- a/gtk/org.gtk.Settings.FileChooser.gschema.xml
+++ b/gtk/org.gtk.Settings.FileChooser.gschema.xml
@@ -33,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>