Tags: patch
Here is a patch which solves this problem. I hope I don't misunderstand
the corrected line. Please look at this patch before releasing 2.14, I
think there is this bug too.
Best regards,
--
JASKULA Jean-Christophe ( [EMAIL PROTECTED] )
--- control-center-2.12.3.orig/libbackground/preferences.c 2005-11-07 19:06:45.000000000 +0100
+++ control-center-2.12.3/libbackground/preferences.c 2006-04-17 22:20:22.000000000 +0200
@@ -361,7 +361,7 @@
(prefs->wallpaper_filename != NULL) &&
strcmp (prefs->wallpaper_filename, "") != 0 &&
strcmp (prefs->wallpaper_filename, "(none)") != 0)
- prefs->wallpaper_enabled = TRUE;
+ prefs->enabled = TRUE;
else
prefs->enabled = FALSE;
} else {