summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-directory-background.c
diff options
context:
space:
mode:
authorMike Engber <engber@src.gnome.org>2000-09-12 23:57:00 +0000
committerMike Engber <engber@src.gnome.org>2000-09-12 23:57:00 +0000
commit8b21b03634f23919a7166ee8de505fbfa8c2e13f (patch)
tree5fa6136bcc113ec1d9316006f01bd094165f7d8d /libnautilus-private/nautilus-directory-background.c
parent7f60c47ba0512c45ca09ff7a4b2b17721e82ff47 (diff)
downloadnautilus-8b21b03634f23919a7166ee8de505fbfa8c2e13f.tar.gz
Dragging a image onto a background not clears the background color
Dragging a image onto a background not clears the background color setting. Bug 1899. * libnautilus-extensions/nautilus-background.c: (nautilus_background_set_image_uri), (nautilus_background_receive_dropped_background_image): * libnautilus-extensions/nautilus-directory-background.c: (saved_settings_changed_callback):
Diffstat (limited to 'libnautilus-private/nautilus-directory-background.c')
-rw-r--r--libnautilus-private/nautilus-directory-background.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnautilus-private/nautilus-directory-background.c b/libnautilus-private/nautilus-directory-background.c
index 23b93757a..c1e32ad21 100644
--- a/libnautilus-private/nautilus-directory-background.c
+++ b/libnautilus-private/nautilus-directory-background.c
@@ -635,7 +635,7 @@ saved_settings_changed_callback (NautilusDirectory *directory,
image = nautilus_directory_get_metadata (directory,
NAUTILUS_METADATA_KEY_DIRECTORY_BACKGROUND_IMAGE,
NULL);
- placement = NAUTILUS_BACKGROUND_TILED; /* non-tiled on avail for desktop, at least for now */
+ placement = NAUTILUS_BACKGROUND_TILED; /* non-tiled only avail for desktop, at least for now */
combine = FALSE; /* only from theme, at least for now */
/* if there's none, read the default from the theme */