[StatusIconDispatcher] Add keyboard and display icons to tray icon list

This commit is contained in:
Jason D. Clinton
2010-09-24 14:53:50 -05:00
parent 1413fa6e03
commit b96cf2042a
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,9 @@ const STANDARD_TRAY_ICON_IMPLEMENTATIONS = {
'bluetooth-applet': 'bluetooth',
'gnome-volume-control-applet': 'volume',
'nm-applet': 'network',
'gnome-power-manager': 'battery'
'gnome-power-manager': 'battery',
'keyboard': 'keyboard',
'gnome-settings-daemon': 'display'
};
function StatusIconDispatcher() {