[gnome-shell] accessibility: remove Screen Reader and Screen Keyboard entries
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] accessibility: remove Screen Reader and Screen Keyboard entries
- Date: Tue, 15 Mar 2011 19:36:25 +0000 (UTC)
commit 0a3d80b86e66f19586d6253a965e6bcd712ff441
Author: Dan Winship <danw gnome org>
Date: Fri Mar 11 07:09:02 2011 -0500
accessibility: remove Screen Reader and Screen Keyboard entries
These are not 100% ready for 3.0 (though they are still available from
the control panel).
https://bugzilla.gnome.org/show_bug.cgi?id=639762
js/ui/status/accessibility.js | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/js/ui/status/accessibility.js b/js/ui/status/accessibility.js
index 5d77a5c..67b019e 100644
--- a/js/ui/status/accessibility.js
+++ b/js/ui/status/accessibility.js
@@ -66,13 +66,13 @@ ATIndicator.prototype = {
let textZoom = this._buildFontItem();
this.menu.addMenuItem(textZoom);
- let screenReader = this._buildItem(_("Screen Reader"), APPLICATIONS_SCHEMA,
- 'screen-reader-enabled');
- this.menu.addMenuItem(screenReader);
+// let screenReader = this._buildItem(_("Screen Reader"), APPLICATIONS_SCHEMA,
+// '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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]