[gnome-shell] Prevent a11y-kdb status icon from showing
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Prevent a11y-kdb status icon from showing
- Date: Fri, 28 Jan 2011 01:47:52 +0000 (UTC)
commit 9c23bf02bdab839c9a3dbd1b0ff9a540b313f68d
Author: Bastien Nocera <hadess hadess net>
Date: Fri Jan 28 01:25:45 2011 +0000
Prevent a11y-kdb status icon from showing
js/ui/statusIconDispatcher.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/statusIconDispatcher.js b/js/ui/statusIconDispatcher.js
index 33dd20f..2c14223 100644
--- a/js/ui/statusIconDispatcher.js
+++ b/js/ui/statusIconDispatcher.js
@@ -15,7 +15,8 @@ const STANDARD_TRAY_ICON_IMPLEMENTATIONS = {
'gnome-sound-applet': 'volume',
'nm-applet': 'network',
'gnome-power-manager': 'battery',
- 'keyboard': 'keyboard'
+ 'keyboard': 'keyboard',
+ 'a11y-keyboard': 'a11y'
};
function StatusIconDispatcher() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]