summaryrefslogtreecommitdiff
path: root/libnautilus-private
diff options
context:
space:
mode:
authorSøren Sandmann <sandmann@redhat.com>2008-05-31 02:19:14 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2008-05-31 02:19:14 +0000
commit1b1ae3c81188b496a51d209f940383a15ce6e95e (patch)
tree3de8b10cac9a7426a47785e73fc9258e615761d9 /libnautilus-private
parent457c17b71f9684b36a2276422ee80ea763b99479 (diff)
downloadnautilus-1b1ae3c81188b496a51d209f940383a15ce6e95e.tar.gz
Update for new eel API Require SVN version of eel
Fri May 30 22:16:51 2008 Søren Sandmann <sandmann@redhat.com> * libnautilus-private/nautilus-directory-background.c (initialize_background_from_settings): * src/nautilus-information-panel.c (nautilus_information_panel_update_appearance): Update for new eel API * configure.in: Require SVN version of eel svn path=/trunk/; revision=14212
Diffstat (limited to 'libnautilus-private')
-rw-r--r--libnautilus-private/nautilus-directory-background.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libnautilus-private/nautilus-directory-background.c b/libnautilus-private/nautilus-directory-background.c
index 79a90d2bc..813384ba0 100644
--- a/libnautilus-private/nautilus-directory-background.c
+++ b/libnautilus-private/nautilus-directory-background.c
@@ -437,7 +437,7 @@ nautilus_file_background_is_set (EelBackground *background)
gboolean is_set;
color = eel_background_get_color (background);
- image = eel_background_get_image_uri (background);
+ image = eel_background_get_image_filename (background);
is_set = (color || image);
@@ -462,7 +462,7 @@ background_changed_callback (EelBackground *background,
color = eel_background_get_color (background);
- image = eel_background_get_image_uri (background);
+ image = eel_background_get_image_filename (background);
if (eel_background_is_desktop (background)) {
nautilus_file_background_write_desktop_settings (color, image, eel_background_get_image_placement (background));
@@ -560,7 +560,7 @@ initialize_background_from_settings (NautilusFile *file,
file);
eel_background_set_color (background, color);
- eel_background_set_image_uri (background, image);
+ eel_background_set_image_filename (background, image);
eel_background_set_image_placement (background, placement);
/* Unblock the handler. */