diff options
author | Stefano Karapetsas <[email protected]> | 2012-11-02 21:21:56 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-11-02 21:21:56 +0100 |
commit | 2ab117bf8104308e86f9f71eb4d9bf3c2dccb323 (patch) | |
tree | 8a599fe11421f8dc003f1fdefff0138914f4cf84 /capplets/appearance/mate-wp-item.c | |
parent | c25d655923c6c563b1a2ab68c32abb16b83db9f5 (diff) | |
download | mate-control-center-2ab117bf8104308e86f9f71eb4d9bf3c2dccb323.tar.bz2 mate-control-center-2ab117bf8104308e86f9f71eb4d9bf3c2dccb323.tar.xz |
appearance: fix background settings
Diffstat (limited to 'capplets/appearance/mate-wp-item.c')
-rw-r--r-- | capplets/appearance/mate-wp-item.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/capplets/appearance/mate-wp-item.c b/capplets/appearance/mate-wp-item.c index abc1b334..d11fa896 100644 --- a/capplets/appearance/mate-wp-item.c +++ b/capplets/appearance/mate-wp-item.c @@ -23,14 +23,9 @@ #include <glib/gi18n.h> #include <gio/gio.h> #include <string.h> +#include "appearance.h" #include "mate-wp-item.h" -#define WP_SCHEMA "org.mate.background" -#define WP_OPTIONS_KEY "picture-options" -#define WP_SHADING_KEY "color-shading-type" -#define WP_PCOLOR_KEY "primary-color" -#define WP_SCOLOR_KEY "secondary-color" - const gchar *wp_item_option_to_string (MateBGPlacement type) { switch (type) |