keyboard: switch to using the correct gsettings key for enable/disable

https://bugzilla.gnome.org/show_bug.cgi?id=612662
This commit is contained in:
Dan Winship
2011-08-29 13:02:42 -04:00
parent 45d8550044
commit 554ad4ef05
3 changed files with 9 additions and 12 deletions

View File

@ -68,9 +68,9 @@ ATIndicator.prototype = {
// 'screen-reader-enabled');
// this.menu.addMenuItem(screenReader);
// let screenKeyboard = this._buildItem(_("Screen Keyboard"), APPLICATIONS_SCHEMA,
// 'screen-keyboard-enabled');
// this.menu.addMenuItem(screenKeyboard);
let screenKeyboard = this._buildItem(_("Screen Keyboard"), APPLICATIONS_SCHEMA,
'screen-keyboard-enabled');
this.menu.addMenuItem(screenKeyboard);
let visualBell = this._buildItemGConf(_("Visual Alerts"), client, KEY_VISUAL_BELL);
this.menu.addMenuItem(visualBell);