[gnome-shell] statusIconDispatcher: add ibus-ui-gtk to standard implementations



commit dfb97c1ed77aabd6c25c3a398920feb715d72f60
Author: Takao Fujiwara <tfujiwar redhat com>
Date:   Fri Mar 25 15:16:57 2011 +0900

    statusIconDispatcher: add ibus-ui-gtk to standard implementations
    
    As a stop-gap measure until we have a native input method tray icon,
    add ibus-ui-gtk to STANDARD_TRAY_ICON_IMPLEMENTATIONS so that the IBus
    status icon shows up in the status area rather than in the message
    tray. The message tray location doesn't work for the function of
    showing the current input method when switching between windows or
    changing input methods.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641531

 js/ui/statusIconDispatcher.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/statusIconDispatcher.js b/js/ui/statusIconDispatcher.js
index e159b39..de1c4bf 100644
--- a/js/ui/statusIconDispatcher.js
+++ b/js/ui/statusIconDispatcher.js
@@ -19,7 +19,8 @@ const STANDARD_TRAY_ICON_IMPLEMENTATIONS = {
     'a11y-keyboard': 'a11y',
     'kbd-scrolllock': 'keyboard',
     'kbd-numlock': 'keyboard',
-    'kbd-capslock': 'keyboard'
+    'kbd-capslock': 'keyboard',
+    'ibus-ui-gtk': 'input-method',
 };
 
 function StatusIconDispatcher() {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]