[gnome-control-center] universal-access: hook toggle keys beep option into the correct setting



commit c2721d23a67e6463db0c13631b1ce843a49086d5
Author: Thomas Wood <thomas wood intel com>
Date:   Fri Jun 4 15:54:03 2010 +0100

    universal-access: hook toggle keys beep option into the correct setting

 panels/universal-access/cc-ua-panel.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/panels/universal-access/cc-ua-panel.c b/panels/universal-access/cc-ua-panel.c
index f2d1db1..58d8714 100644
--- a/panels/universal-access/cc-ua-panel.c
+++ b/panels/universal-access/cc-ua-panel.c
@@ -509,6 +509,12 @@ cc_ua_panel_init_seeing (CcUaPanel *self)
   g_signal_connect (WID (priv->builder, "seeing_text_size_combobox"), "changed",
                     G_CALLBACK (dpi_combo_box_changed), self);
   gconf_client_notify (priv->client, DPI_KEY);
+
+  gconf_peditor_new_boolean (NULL,
+                             "/desktop/gnome/accessibility/keyboard/togglekeys_enable",
+                             WID (priv->builder,
+                                  "seeing_enable_toggle_keys_checkbutton"),
+                             NULL);
 }
 
 



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