diff options
author | Wolfgang Ulbrich <[email protected]> | 2014-04-19 13:58:44 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-07-11 13:55:55 +0200 |
commit | 6cdaa33bf9057a66eb5da3147a03051444253d56 (patch) | |
tree | f1a2d63f987d13a93cb9e65da77d957feab72608 /capplets | |
parent | 2299629b8caec99b46242d400455ba20e528d849 (diff) | |
download | mate-control-center-6cdaa33bf9057a66eb5da3147a03051444253d56.tar.bz2 mate-control-center-6cdaa33bf9057a66eb5da3147a03051444253d56.tar.xz |
fix typo in 'togglekeys-enable' gsettings value
Diffstat (limited to 'capplets')
-rw-r--r-- | capplets/keyboard/mate-keyboard-properties-a11y.c | 2 |
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); |