don't spew a warning when files can't be loaded (helps fix #76993)

2002-05-16  jacob berkman  <jacob@ximian.com>

	* applier.c (bg_applier_apply_prefs): don't spew a warning when
	files can't be loaded (helps fix #76993)
This commit is contained in:
jacob berkman 2002-05-16 22:21:25 +00:00 committed by Jacob Berkman
parent cddec07697
commit 5dcefd353d
2 changed files with 5 additions and 2 deletions

View file

@ -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) {