summaryrefslogtreecommitdiff
path: root/capplets/keyboard
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2014-04-19 13:58:44 +0200
committerWolfgang Ulbrich <[email protected]>2014-04-19 13:58:44 +0200
commit2719b7a0eb274408f48db013db7be35400482fff (patch)
tree18c1f476773e042dda0877316de4e1b4999419cb /capplets/keyboard
parent7cdee01af101774ed0f27482c033f5348978bfa2 (diff)
downloadmate-control-center-2719b7a0eb274408f48db013db7be35400482fff.tar.bz2
mate-control-center-2719b7a0eb274408f48db013db7be35400482fff.tar.xz
fix typo in 'togglekeys-enable' gsettings value
Diffstat (limited to 'capplets/keyboard')
-rw-r--r--capplets/keyboard/mate-keyboard-properties-a11y.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/keyboard/mate-keyboard-properties-a11y.c b/capplets/keyboard/mate-keyboard-properties-a11y.c
index 90ce20bc..bd2d13e2 100644
--- a/capplets/keyboard/mate-keyboard-properties-a11y.c
+++ b/capplets/keyboard/mate-keyboard-properties-a11y.c
@@ -145,7 +145,7 @@ notifications_button_clicked_cb (GtkWidget *button, GtkBuilder *dialog)
g_settings_bind (a11y_settings, "feature-state-change-beep", w, "active", G_SETTINGS_BIND_DEFAULT);
w = NWID ("togglekeys_enable");
- g_settings_bind (a11y_settings, "togglekeys_-enable", w, "active", G_SETTINGS_BIND_DEFAULT);
+ g_settings_bind (a11y_settings, "togglekeys-enable", w, "active", G_SETTINGS_BIND_DEFAULT);
w = NWID ("stickykeys_modifier_beep");
g_settings_bind (a11y_settings, "stickykeys-modifier-beep", w, "active", G_SETTINGS_BIND_DEFAULT);