diff options
author | Stefano Karapetsas <[email protected]> | 2012-09-06 14:14:59 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-09-06 14:14:59 +0200 |
commit | f426641aacea9d5f7683be776536bc6301c7baef (patch) | |
tree | d19911212091bfcadf2a976d219aca093ef0606f /eel/eel-background.h | |
parent | 465e6ae56a2a81cd346d573532dc4a39c16df225 (diff) | |
download | caja-f426641aacea9d5f7683be776536bc6301c7baef.tar.bz2 caja-f426641aacea9d5f7683be776536bc6301c7baef.tar.xz |
remove latest mateconf usage
metadata saved in files instead of migrate to gsettings
(caja-desktop-metadata.c is from nautilus)
Diffstat (limited to 'eel/eel-background.h')
-rw-r--r-- | eel/eel-background.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eel/eel-background.h b/eel/eel-background.h index 3e299a30..1604b537 100644 --- a/eel/eel-background.h +++ b/eel/eel-background.h @@ -118,7 +118,7 @@ void eel_background_receive_dropped_background_image (Eel /* Gets or creates a background so that it's attached to a widget. */ EelBackground * eel_get_widget_background (GtkWidget *widget); -void eel_background_save_to_mateconf (EelBackground *background); +void eel_background_save_to_settings (EelBackground *background); /* Set activity status of background. Inactive backgrounds are drawn in the theme's INSENSITIVE color. */ void eel_background_set_active (EelBackground *background, |