From cb5ae9298695429b1749e38aadd472614352d28e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 29 May 2012 21:31:02 +0200 Subject: [PATCH] sessionMode: Add 'input-method' to status icons in user mode We now drop all status icons that are not explicitly enabled, which breaks the ibus icon. Add it to the list of allowed icons until we merge it with the keyboard one. https://bugzilla.gnome.org/show_bug.cgi?id=677058 --- js/ui/sessionMode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/sessionMode.js b/js/ui/sessionMode.js index a98782871..124b876e6 100644 --- a/js/ui/sessionMode.js +++ b/js/ui/sessionMode.js @@ -67,7 +67,7 @@ const _modes = { extraStylesheet: null, statusArea: { order: [ - 'a11y', 'keyboard', 'volume', 'bluetooth', + 'input-method', 'a11y', 'keyboard', 'volume', 'bluetooth', 'network', 'battery', 'userMenu' ], implementation: STANDARD_STATUS_AREA_SHELL_IMPLEMENTATION