[gnome-shell] [StatusIconDispatcher] Add keyboard and display icons to tray icon list
- From: Jason Clinton <jclinton src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] [StatusIconDispatcher] Add keyboard and display icons to tray icon list
- Date: Fri, 24 Sep 2010 20:22:00 +0000 (UTC)
commit b96cf2042ae5978c58451a947372fc244f4271b6
Author: Jason D. Clinton <me jasonclinton com>
Date: Fri Sep 24 14:53:50 2010 -0500
[StatusIconDispatcher] Add keyboard and display icons to tray icon list
js/ui/panel.js | 2 +-
js/ui/statusIconDispatcher.js | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/panel.js b/js/ui/panel.js
index 1f05710..9f317de 100644
--- a/js/ui/panel.js
+++ b/js/ui/panel.js
@@ -29,7 +29,7 @@ const ANIMATED_ICON_UPDATE_TIMEOUT = 100;
const SPINNER_UPDATE_TIMEOUT = 130;
const SPINNER_SPEED = 0.02;
-const STANDARD_TRAY_ICON_ORDER = ['a11y', 'keyboard', 'volume', 'bluetooth', 'network', 'battery'];
+const STANDARD_TRAY_ICON_ORDER = ['a11y', 'display', 'keyboard', 'volume', 'bluetooth', 'network', 'battery'];
const STANDARD_TRAY_ICON_SHELL_IMPLEMENTATION = {
'a11y': imports.ui.status.accessibility.ATIndicator
};
diff --git a/js/ui/statusIconDispatcher.js b/js/ui/statusIconDispatcher.js
index 85d7ffe..fc754c9 100644
--- a/js/ui/statusIconDispatcher.js
+++ b/js/ui/statusIconDispatcher.js
@@ -11,7 +11,9 @@ const STANDARD_TRAY_ICON_IMPLEMENTATIONS = {
'bluetooth-applet': 'bluetooth',
'gnome-volume-control-applet': 'volume',
'nm-applet': 'network',
- 'gnome-power-manager': 'battery'
+ 'gnome-power-manager': 'battery',
+ 'keyboard': 'keyboard',
+ 'gnome-settings-daemon': 'display'
};
function StatusIconDispatcher() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]