From 457bec685eb39308505576d4171535e1ad12ef97 Mon Sep 17 00:00:00 2001 From: Jens Granseuer Date: Sun, 19 Oct 2008 13:24:50 +0000 Subject: [PATCH] actually connect the stickykeys_two_key_off button (bug #556818) 2008-10-19 Jens Granseuer * gnome-keyboard-properties-a11y.c: (setup_a11y_tabs): actually connect the stickykeys_two_key_off button (bug #556818) svn path=/trunk/; revision=9079 --- capplets/keyboard/ChangeLog | 5 +++++ capplets/keyboard/gnome-keyboard-properties-a11y.c | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/capplets/keyboard/ChangeLog b/capplets/keyboard/ChangeLog index 3ca0c646e..03434186d 100644 --- a/capplets/keyboard/ChangeLog +++ b/capplets/keyboard/ChangeLog @@ -1,3 +1,8 @@ +2008-10-19 Jens Granseuer + + * gnome-keyboard-properties-a11y.c: (setup_a11y_tabs): actually connect + the stickykeys_two_key_off button (bug #556818) + 2008-10-19 Sergey Udaltsov * gnome-keyboard-properties-xkbot.c: Update group expander diff --git a/capplets/keyboard/gnome-keyboard-properties-a11y.c b/capplets/keyboard/gnome-keyboard-properties-a11y.c index 3c4fbae86..fa3030ef0 100644 --- a/capplets/keyboard/gnome-keyboard-properties-a11y.c +++ b/capplets/keyboard/gnome-keyboard-properties-a11y.c @@ -203,6 +203,11 @@ setup_a11y_tabs (GladeXML *dialog, GConfChangeSet *changeset) G_CALLBACK (stickykeys_enable_toggled_cb), dialog); stickykeys_enable_toggled_cb (w, dialog); + w = WID ("stickykeys_two_key_off"); + gconf_peditor_new_boolean (changeset, + CONFIG_ROOT "/stickykeys_two_key_off", + w, NULL); + w = WID ("slowkeys_enable"); gconf_peditor_new_boolean (changeset, CONFIG_ROOT "/slowkeys_enable",