[gnome-shell] sessionMode: Add 'input-method' to status icons in user mode
- From: Florian MÃllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] sessionMode: Add 'input-method' to status icons in user mode
- Date: Tue, 29 May 2012 20:06:48 +0000 (UTC)
commit cb5ae9298695429b1749e38aadd472614352d28e
Author: Florian MÃllner <fmuellner gnome org>
Date: Tue May 29 21:31:02 2012 +0200
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/sessionMode.js b/js/ui/sessionMode.js
index a987828..124b876 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]