[gnome-shell] Move ibus status icon under keyboard
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Move ibus status icon under keyboard
- Date: Mon, 16 Jul 2012 17:32:24 +0000 (UTC)
commit 0098c2b7f78db992620633a7a8192a95caa441a5
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Jul 15 22:25:22 2012 -0400
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.
js/ui/statusIconDispatcher.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/statusIconDispatcher.js b/js/ui/statusIconDispatcher.js
index d168d6d..91c9f61 100644
--- a/js/ui/statusIconDispatcher.js
+++ b/js/ui/statusIconDispatcher.js
@@ -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({
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]