summaryrefslogtreecommitdiff
path: root/eel/eel-background.c
diff options
context:
space:
mode:
Diffstat (limited to 'eel/eel-background.c')
-rw-r--r--eel/eel-background.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/eel/eel-background.c b/eel/eel-background.c
index f43831e0..33803f58 100644
--- a/eel/eel-background.c
+++ b/eel/eel-background.c
@@ -1230,12 +1230,10 @@ eel_background_receive_dropped_color (EelBackground *background,
}
void
-eel_background_save_to_mateconf (EelBackground *background)
+eel_background_save_to_settings (EelBackground *background)
{
- MateConfClient *client = mateconf_client_get_default ();
-
if (background->details->bg)
- mate_bg_save_to_preferences (background->details->bg, client);
+ mate_bg_save_to_preferences (background->details->bg);
}
void