From 2719b7a0eb274408f48db013db7be35400482fff Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Sat, 19 Apr 2014 13:58:44 +0200 Subject: fix typo in 'togglekeys-enable' gsettings value --- capplets/keyboard/mate-keyboard-properties-a11y.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capplets/keyboard') 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); -- cgit v1.2.1