actually connect the stickykeys_two_key_off button (bug #556818)
2008-10-19 Jens Granseuer <jensgr@gmx.net> * gnome-keyboard-properties-a11y.c: (setup_a11y_tabs): actually connect the stickykeys_two_key_off button (bug #556818) svn path=/trunk/; revision=9079
This commit is contained in:
parent
d15e7cb23d
commit
457bec685e
2 changed files with 10 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue