gnome-control-center r9079 - trunk/capplets/keyboard



Author: jensg
Date: Sun Oct 19 13:24:50 2008
New Revision: 9079
URL: http://svn.gnome.org/viewvc/gnome-control-center?rev=9079&view=rev

Log:
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)


Modified:
   trunk/capplets/keyboard/ChangeLog
   trunk/capplets/keyboard/gnome-keyboard-properties-a11y.c

Modified: trunk/capplets/keyboard/gnome-keyboard-properties-a11y.c
==============================================================================
--- trunk/capplets/keyboard/gnome-keyboard-properties-a11y.c	(original)
+++ trunk/capplets/keyboard/gnome-keyboard-properties-a11y.c	Sun Oct 19 13:24:50 2008
@@ -203,6 +203,11 @@
 			  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",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]