fix the double click peditor.

Mon Aug 11 13:53:23 2003  Jonathan Blandford  <jrb@redhat.com>

	* gnome-mouse-properties.c (delay_value_changed_cb): fix the
	double click peditor.

Mon Aug 11 11:50:36 2003  Jonathan Blandford  <jrb@redhat.com>

	* gnome-keyboard-properties.glade: Patch from Elijah Newren
	<newren@math.utah.edu> to bring the possible repeat range in sync
	with the a11y capplet.

	* gnome-keyboard-properties.c: Patch from Elijah Newren to deal
	with the change in the peditor code.

Mon Aug 11 11:55:49 2003  Jonathan Blandford  <jrb@redhat.com>

	* gnome-accessibility-keyboard-properties.glade: Patch from Elijah
	Newren <newren@math.utah.edu> to bring the possible repeat range
	in sync with the keyboard capplet.
This commit is contained in:
Jonathan Blandford 2003-08-11 17:55:34 +00:00 committed by Jonathan Blandford
parent 0e3a015c04
commit e33890f1be
8 changed files with 42 additions and 30 deletions

View file

@ -84,7 +84,7 @@ static struct {
} const ranges [] = {
{ "repeatkeys_delay_slide", "repeatkeys_delay_spin", 500, 100, 1500, 10,
"/desktop/gnome/peripherals/keyboard/delay" },
{ "repeatkeys_rate_slide", "repeatkeys_rate_spin", 90, 10, 210, 10,
{ "repeatkeys_rate_slide", "repeatkeys_rate_spin", 90, 10, 110, 10,
"/desktop/gnome/peripherals/keyboard/rate" },
{ "bouncekeys_delay_slide", "bouncekeys_delay_spin", 0, 0, 900, 10,
CONFIG_ROOT "/bouncekeys_delay" },
@ -212,8 +212,6 @@ setup_ranges (GladeXML *dialog, GConfChangeSet *changeset)
ranges [i].step_size, 0);
peditor = gconf_peditor_new_numeric_range (changeset,
(gchar *)ranges [i].gconf_key, slide,
"conv-to-widget-cb", gconf_value_int_to_float,
"conv-from-widget-cb", gconf_value_float_to_int,
NULL);
}
}