diff options
Diffstat (limited to 'libcaja-private/org.mate.caja.gschema.xml.in')
-rw-r--r-- | libcaja-private/org.mate.caja.gschema.xml.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libcaja-private/org.mate.caja.gschema.xml.in b/libcaja-private/org.mate.caja.gschema.xml.in index f0357242..1885fdea 100644 --- a/libcaja-private/org.mate.caja.gschema.xml.in +++ b/libcaja-private/org.mate.caja.gschema.xml.in @@ -186,11 +186,6 @@ <_summary>Caja handles drawing the desktop</_summary> <_description>If set to true, then Caja will draw the icons on the desktop.</_description> </key> - <key name="desktop-font" type="s"> - <default l10n="messages" context="desktop-font">''</default> - <_summary>Desktop font</_summary> - <_description>The font _description used for the icons on the desktop.</_description> - </key> <key name="desktop-is-home-dir" type="b"> <default>false</default> <_summary>Caja uses the users home folder as the desktop</_summary> @@ -347,6 +342,11 @@ </schema> <schema id="org.mate.caja.desktop" path="/apps/caja/desktop/" gettext-domain="caja"> + <key name="font" type="s"> + <default l10n="messages" context="desktop-font">''</default> + <_summary>Desktop font</_summary> + <_description>The font _description used for the icons on the desktop.</_description> + </key> <key name="home-icon-visible" type="b"> <default>true</default> <_summary>Home icon visible on desktop</_summary> |