[gnome-shell] panel: Remove 'display' from the standard icons



commit 5be8d5f9cf0b30701e484a4afa182664e849141d
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Mon Aug 22 23:43:30 2011 +0200

    panel: Remove 'display' from the standard icons
    
    This way all standard indicators have a shell implementation
    provided, which prevents issues with extensions enabling/disabling
    (in particular with xrandr-indicator)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=653205

 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 2fa00ce..87f4d0a 100644
--- a/js/ui/panel.js
+++ b/js/ui/panel.js
@@ -30,7 +30,7 @@ const BUTTON_DND_ACTIVATION_TIMEOUT = 250;
 const ANIMATED_ICON_UPDATE_TIMEOUT = 100;
 const SPINNER_ANIMATION_TIME = 0.2;
 
-const STANDARD_TRAY_ICON_ORDER = ['a11y', 'display', 'keyboard', 'volume', 'bluetooth', 'network', 'battery'];
+const STANDARD_TRAY_ICON_ORDER = ['a11y', 'keyboard', 'volume', 'bluetooth', 'network', 'battery'];
 const STANDARD_TRAY_ICON_SHELL_IMPLEMENTATION = {
     'a11y': imports.ui.status.accessibility.ATIndicator,
     'volume': imports.ui.status.volume.Indicator,



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