gschema: Add gettext-domain
Without it DConf Editor won’t show localized schemas.
This commit is contained in:
parent
7aa86bcec4
commit
14e5f33f2a
@ -9,7 +9,7 @@
|
|||||||
<value nick="months" value="6"/>
|
<value nick="months" value="6"/>
|
||||||
</enum>
|
</enum>
|
||||||
|
|
||||||
<schema path="/org/gnome/Podcasts/" id="org.gnome.Podcasts">
|
<schema path="/org/gnome/Podcasts/" id="org.gnome.Podcasts" gettext-domain="gnome-podcasts">
|
||||||
<key name="persist-window-geometry-top" type="i">
|
<key name="persist-window-geometry-top" type="i">
|
||||||
<default>-1</default>
|
<default>-1</default>
|
||||||
<summary>Top position of the last open main window</summary>
|
<summary>Top position of the last open main window</summary>
|
||||||
@ -64,4 +64,4 @@
|
|||||||
<summary>What period of time to wait between automatic cleanups</summary>
|
<summary>What period of time to wait between automatic cleanups</summary>
|
||||||
</key>
|
</key>
|
||||||
</schema>
|
</schema>
|
||||||
</schemalist>
|
</schemalist>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user