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:
parent
cddec07697
commit
5dcefd353d
2 changed files with 5 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue