Move ibus status icon under keyboard

This makes sense, since we are covering input methods and keyboard
layouts in the same keyboard menu. The effect of this change is that
the ibus status icon no longer appears in the system status area.
This commit is contained in:
Matthias Clasen 2012-07-15 22:25:22 -04:00
parent f0e03b5e82
commit 0098c2b7f7

View File

@ -20,7 +20,7 @@ const STANDARD_TRAY_ICON_IMPLEMENTATIONS = {
'kbd-scrolllock': 'keyboard',
'kbd-numlock': 'keyboard',
'kbd-capslock': 'keyboard',
'ibus-ui-gtk': 'input-method'
'ibus-ui-gtk': 'keyboard'
};
const StatusIconDispatcher = new Lang.Class({