changing the default state of the Auto-Preview button.

1999-01-11  Jonathan Blandford  <jrb@redhat.com>

	* capplets/theme-switcher/gui.c (make_main): changing the default
	state of the Auto-Preview button.

po files updated as well (stupid make-dist)
This commit is contained in:
Jonathan Blandford 1999-01-11 17:57:15 +00:00 committed by Jonathan Blandford
parent 8d5f411ae9
commit 581620e69c
26 changed files with 302 additions and 441 deletions

View file

@ -49,7 +49,7 @@ make_main(void)
gtk_label_set_justify (GTK_LABEL (label), GTK_JUSTIFY_LEFT);
auto_preview = gtk_check_button_new ();
gtk_toggle_button_set_state (GTK_TOGGLE_BUTTON (auto_preview), gnome_config_get_bool ("/theme-switcher-capplet/settings/auto=FALSE"));
gtk_toggle_button_set_state (GTK_TOGGLE_BUTTON (auto_preview), gnome_config_get_bool ("/theme-switcher-capplet/settings/auto=TRUE"));
gtk_signal_connect (GTK_OBJECT (auto_preview), "toggled", GTK_SIGNAL_FUNC (auto_callback), NULL);
gtk_container_add (GTK_CONTAINER (auto_preview), label);
gtk_box_pack_start (GTK_BOX (hbxo), auto_preview, FALSE, FALSE, 0);