From e4a0de637eb7c3ae3bbbcbe323c3f858161487e9 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 5 Sep 2012 20:48:07 +0200 Subject: move desktop-font preference to desktop settings --- libcaja-private/caja-global-preferences.h | 2 +- libcaja-private/org.mate.caja.gschema.xml.in | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'libcaja-private') diff --git a/libcaja-private/caja-global-preferences.h b/libcaja-private/caja-global-preferences.h index a05bc049..ab961cb9 100644 --- a/libcaja-private/caja-global-preferences.h +++ b/libcaja-private/caja-global-preferences.h @@ -61,7 +61,6 @@ G_BEGIN_DECLS /* Desktop options */ #define CAJA_PREFERENCES_SHOW_DESKTOP "show-desktop" #define CAJA_PREFERENCES_DESKTOP_IS_HOME_DIR "desktop-is-home-dir" -#define CAJA_PREFERENCES_DESKTOP_FONT "desktop-font" /* Display */ #define CAJA_PREFERENCES_SHOW_HIDDEN_FILES "show-hidden-files" @@ -195,6 +194,7 @@ G_BEGIN_DECLS CAJA_SIMPLE_SEARCH_BAR } CajaSearchBarMode; +#define CAJA_PREFERENCES_DESKTOP_FONT "font" #define CAJA_PREFERENCES_DESKTOP_HOME_VISIBLE "home-icon-visible" #define CAJA_PREFERENCES_DESKTOP_HOME_NAME "home-icon-name" #define CAJA_PREFERENCES_DESKTOP_COMPUTER_VISIBLE "computer-icon-visible" 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 <_description>If set to true, then Caja will draw the icons on the desktop. - - '' - <_summary>Desktop font - <_description>The font _description used for the icons on the desktop. - false <_summary>Caja uses the users home folder as the desktop @@ -347,6 +342,11 @@ + + '' + <_summary>Desktop font + <_description>The font _description used for the icons on the desktop. + true <_summary>Home icon visible on desktop -- cgit v1.2.1