Prevent a11y-kdb status icon from showing

This commit is contained in:
Bastien Nocera 2011-01-28 01:25:45 +00:00
parent 8468fe87eb
commit 9c23bf02bd

View File

@ -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() {