Change the default mode to "Select One Only" as opposed to Random From

2001-09-28  Richard Hestilow  <hestilow@ximian.com>

	* preferences.c (preferences_load): Change the default mode to
	"Select One Only" as opposed to Random From List. Fixes bug
	#60762.
This commit is contained in:
Richard Hestilow 2001-09-30 00:56:41 +00:00 committed by Rachel Hestilow
parent b3c1d8c303
commit e5440a5329
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2001-09-28 Richard Hestilow <hestilow@ximian.com>
* preferences.c (preferences_load): Change the default mode to
"Select One Only" as opposed to Random From List. Fixes bug
#60762.
2001-09-24 Bradford Hovinen <hovinen@ximian.com>
* prefs-widget.c (prefs_widget_class_init): Initialize

View file

@ -393,7 +393,7 @@ preferences_load (Preferences *prefs)
clean_saver_list (prefs);
prefs->selection_mode =
gnome_config_get_int ("/Screensaver/Default/selection_mode=3");
gnome_config_get_int ("/Screensaver/Default/selection_mode=2");
prefs->power_management =
gnome_config_get_bool ("/Screensaver/Default/use_dpms=FALSE");
prefs->standby_time =