Fixed wrong dconf paths
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user