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 gettext-domain="@GETTEXT_PACKAGE@">
<schema id="org.x.editor" path="/org.x.editor/">
<schema id="org.x.editor" path="/org/x/editor/">
<key name="use-default-font" type="b">
<default>true</default>
<summary>Use Default Font</summary>

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>

View File

@ -5,7 +5,7 @@
<value value="1" nick="document"/>
<value value="2" nick="always"/>
</enum>
<schema path="/org.x.editor/plugins/spell/" id="org.x.editor.plugins.spell">
<schema path="/org/x/editor/plugins/spell/" id="org.x.editor.plugins.spell">
<key name="autocheck-type" enum="org.x.editor.plugins.spell.AutocheckType">
<default>'document'</default>
<summary>Autocheck Type</summary>

View File

@ -6,7 +6,7 @@
<value nick="use-selected-format" value="2"/>
<value nick="use-custom-format" value="3"/>
</enum>
<schema id="org.x.editor.plugins.time" path="/org.x.editor/plugins/time/">
<schema id="org.x.editor.plugins.time" path="/org/x/editor/plugins/time/">
<key name="prompt-type" enum="org.x.editor.plugins.time.PromptType">
<default>'prompt-selected-format'</default>
<summary>Prompt type</summary>