[gnome-shell] panel: remove accessibility icon



commit 7790a07c08c870e3ef04715f3ed6c60bb6dc8a09
Author: Dan Winship <danw gnome org>
Date:   Thu Mar 3 16:02:02 2011 -0500

    panel: remove accessibility icon
    
    The accessibility menu is not ready for prime time. Remove it for now.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=639762

 js/ui/panel.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/panel.js b/js/ui/panel.js
index fd929e1..a8d0812 100644
--- a/js/ui/panel.js
+++ b/js/ui/panel.js
@@ -37,7 +37,7 @@ const SPINNER_SPEED = 0.02;
 
 const STANDARD_TRAY_ICON_ORDER = ['a11y', 'display', 'keyboard', 'volume', 'bluetooth', 'network', 'battery'];
 const STANDARD_TRAY_ICON_SHELL_IMPLEMENTATION = {
-    'a11y': imports.ui.status.accessibility.ATIndicator,
+    // 'a11y': imports.ui.status.accessibility.ATIndicator,
     'volume': imports.ui.status.volume.Indicator,
     'battery': imports.ui.status.power.Indicator,
     'keyboard': imports.ui.status.keyboard.XKBIndicator



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]