From 5dcefd353d38ac71e92a0cf8a41c311c39117028 Mon Sep 17 00:00:00 2001 From: jacob berkman Date: Thu, 16 May 2002 22:21:25 +0000 Subject: [PATCH] don't spew a warning when files can't be loaded (helps fix #76993) 2002-05-16 jacob berkman * applier.c (bg_applier_apply_prefs): don't spew a warning when files can't be loaded (helps fix #76993) --- libbackground/ChangeLog | 5 +++++ libbackground/applier.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libbackground/ChangeLog b/libbackground/ChangeLog index d48348ea9..250ed78b4 100644 --- a/libbackground/ChangeLog +++ b/libbackground/ChangeLog @@ -1,3 +1,8 @@ +2002-05-16 jacob berkman + + * applier.c (bg_applier_apply_prefs): don't spew a warning when + files can't be loaded (helps fix #76993) + 2002-04-19 Jody Goldberg http://bugzilla.gnome.org/show_bug.cgi?id=79149 diff --git a/libbackground/applier.c b/libbackground/applier.c index 6e1a79282..4bdad4ed0 100644 --- a/libbackground/applier.c +++ b/libbackground/applier.c @@ -451,8 +451,6 @@ bg_applier_apply_prefs (BGApplier *bg_applier, gdk_pixbuf_new_from_file (new_prefs->wallpaper_filename, NULL); if (bg_applier->p->wallpaper_pixbuf == NULL) { - g_warning (_("Could not load pixbuf \"%s\"; disabling wallpaper."), - new_prefs->wallpaper_filename); new_prefs->wallpaper_enabled = FALSE; } else if (bg_applier->p->type == BG_APPLIER_ROOT) {