Added.
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:
parent
2aea2f0f33
commit
18e6eb221f
5 changed files with 347 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue