Fixed wrong dconf paths
This commit is contained in:
parent
abdd1fe52a
commit
5feed8d0ed
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
|
<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">
|
<key name="use-default-font" type="b">
|
||||||
<default>true</default>
|
<default>true</default>
|
||||||
<summary>Use Default Font</summary>
|
<summary>Use Default Font</summary>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<schemalist>
|
<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">
|
<key name="open-at-first-doc" type="b">
|
||||||
<default>true</default>
|
<default>true</default>
|
||||||
<summary>Set Location to First Document</summary>
|
<summary>Set Location to First Document</summary>
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
</key>
|
</key>
|
||||||
<child name="on-load" schema="org.x.editor.plugins.filebrowser.on-load"/>
|
<child name="on-load" schema="org.x.editor.plugins.filebrowser.on-load"/>
|
||||||
</schema>
|
</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">
|
<key name="tree-view" type="b">
|
||||||
<default>true</default>
|
<default>true</default>
|
||||||
<summary>Open With Tree View</summary>
|
<summary>Open With Tree View</summary>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<value value="1" nick="document"/>
|
<value value="1" nick="document"/>
|
||||||
<value value="2" nick="always"/>
|
<value value="2" nick="always"/>
|
||||||
</enum>
|
</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">
|
<key name="autocheck-type" enum="org.x.editor.plugins.spell.AutocheckType">
|
||||||
<default>'document'</default>
|
<default>'document'</default>
|
||||||
<summary>Autocheck Type</summary>
|
<summary>Autocheck Type</summary>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<value nick="use-selected-format" value="2"/>
|
<value nick="use-selected-format" value="2"/>
|
||||||
<value nick="use-custom-format" value="3"/>
|
<value nick="use-custom-format" value="3"/>
|
||||||
</enum>
|
</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">
|
<key name="prompt-type" enum="org.x.editor.plugins.time.PromptType">
|
||||||
<default>'prompt-selected-format'</default>
|
<default>'prompt-selected-format'</default>
|
||||||
<summary>Prompt type</summary>
|
<summary>Prompt type</summary>
|
||||||
|
|
Loading…
Reference in New Issue