[gnome-shell] Mark lock indicator icons as keyboard ones



commit 8a030e8fc47807efc3193577d8e6d37ae79afff4
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jan 28 01:30:45 2011 +0000

    Mark lock indicator icons as keyboard ones
    
    Those 3 possible status icons from gnome-settings-daemon should
    not be showing up in gnome-shell, as they already have native versions.

 js/ui/statusIconDispatcher.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/statusIconDispatcher.js b/js/ui/statusIconDispatcher.js
index 2c14223..c48f276 100644
--- a/js/ui/statusIconDispatcher.js
+++ b/js/ui/statusIconDispatcher.js
@@ -16,7 +16,10 @@ const STANDARD_TRAY_ICON_IMPLEMENTATIONS = {
     'nm-applet': 'network',
     'gnome-power-manager': 'battery',
     'keyboard': 'keyboard',
-    'a11y-keyboard': 'a11y'
+    'a11y-keyboard': 'a11y',
+    'kbd-scrolllock': 'keyboard',
+    'kbd-numlock': 'keyboard',
+    'kbd-capslock': 'keyboard'
 };
 
 function StatusIconDispatcher() {



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