Fixed wrong dconf paths

This commit is contained in:
Clement Lefebvre
2016-02-10 10:00:39 +00:00
parent abdd1fe52a
commit 5feed8d0ed
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<schemalist>
<schema id="org.x.editor.plugins.filebrowser" path="/org.x.editor/plugins/filebrowser/">
<schema id="org.x.editor.plugins.filebrowser" path="/org/x/editor/plugins/filebrowser/">
<key name="open-at-first-doc" type="b">
<default>true</default>
<summary>Set Location to First Document</summary>
@@ -18,7 +18,7 @@
</key>
<child name="on-load" schema="org.x.editor.plugins.filebrowser.on-load"/>
</schema>
<schema id="org.x.editor.plugins.filebrowser.on-load" path="/org.x.editor/plugins/filebrowser/on-load/">
<schema id="org.x.editor.plugins.filebrowser.on-load" path="/org/x/editor/plugins/filebrowser/on-load/">
<key name="tree-view" type="b">
<default>true</default>
<summary>Open With Tree View</summary>