diff options
Diffstat (limited to 'x11/cinnamon/files/patch-js-ui_statusIconDispatcher.js')
-rw-r--r-- | x11/cinnamon/files/patch-js-ui_statusIconDispatcher.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/cinnamon/files/patch-js-ui_statusIconDispatcher.js b/x11/cinnamon/files/patch-js-ui_statusIconDispatcher.js new file mode 100644 index 000000000000..89f86a321ae3 --- /dev/null +++ b/x11/cinnamon/files/patch-js-ui_statusIconDispatcher.js @@ -0,0 +1,14 @@ +--- js/ui/statusIconDispatcher.old.js 2013-02-26 15:18:27.696454220 +0100 ++++ js/ui/statusIconDispatcher.js 2013-02-26 15:19:02.768452834 +0100 +@@ -8,11 +8,9 @@ + + + const STANDARD_TRAY_ICON_IMPLEMENTATIONS = { +- 'bluetooth-applet': 'bluetooth', + 'gnome-volume-control-applet': 'volume', // renamed to gnome-sound-applet + // when moved to control center + 'gnome-sound-applet': 'volume', +- 'nm-applet': 'network', + 'gnome-power-manager': 'battery', + 'keyboard': 'keyboard', + 'a11y-keyboard': 'a11y', |