2002-03-09  Richard Hestilow  <hestilow@ximian.com>

	* preview-file-selection.[ch]: Added.

	* Makefile.am: Compile preview-file-selection.c.

	* preferences.c (bg_preferences_init): Initialize adjust_opacity
	to FALSE.
This commit is contained in:
Richard Hestilow 2002-03-10 00:37:09 +00:00 committed by Rachel Hestilow
parent 2aea2f0f33
commit 18e6eb221f
5 changed files with 347 additions and 3 deletions

View file

@ -86,7 +86,7 @@ bg_preferences_init (BGPreferences *prefs,
prefs->wallpaper_sel_path = g_strdup (g_get_home_dir ());
prefs->auto_apply = TRUE;
prefs->wallpapers = NULL;
prefs->adjust_opacity = TRUE;
prefs->adjust_opacity = FALSE;
prefs->opacity = 255;
}