summaryrefslogtreecommitdiff
path: root/capplets/accessibility/keyboard
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2003-08-11 17:55:34 +0000
committerJonathan Blandford <jrb@src.gnome.org>2003-08-11 17:55:34 +0000
commite33890f1be985d427ea329843b6841658b80deca (patch)
tree87eeca0819bbb6c2be196b34f3963283206cf8a8 /capplets/accessibility/keyboard
parent0e3a015c0454221e65856fef7f83051a6f95025e (diff)
downloadgnome-control-center-e33890f1be985d427ea329843b6841658b80deca.tar.gz
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.
Diffstat (limited to 'capplets/accessibility/keyboard')
-rw-r--r--capplets/accessibility/keyboard/ChangeLog6
-rw-r--r--capplets/accessibility/keyboard/accessibility-keyboard.c4
2 files changed, 7 insertions, 3 deletions
diff --git a/capplets/accessibility/keyboard/ChangeLog b/capplets/accessibility/keyboard/ChangeLog
index 46e3b01fa..5fcf3e880 100644
--- a/capplets/accessibility/keyboard/ChangeLog
+++ b/capplets/accessibility/keyboard/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
2003-08-01 Dennis Cranston <dennis_cranston at yahoo com>
* gnome-accessibility-keyboard-properties.glade: Patch to add
diff --git a/capplets/accessibility/keyboard/accessibility-keyboard.c b/capplets/accessibility/keyboard/accessibility-keyboard.c
index 21e96ac0e..19fc45bc9 100644
--- a/capplets/accessibility/keyboard/accessibility-keyboard.c
+++ b/capplets/accessibility/keyboard/accessibility-keyboard.c
@@ -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);
}
}