From 8f4a4d93f26664bfdf17a4467d6c3d6971706a26 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Perennou Date: Thu, 25 Aug 2011 20:42:32 +0200 Subject: [PATCH] panel: Fix ordering of status icons Otherwise a11y would be added to the right of the power indicator instead of to the left of keyboard indicator --- js/ui/panel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/panel.js b/js/ui/panel.js index 87f4d0a17..4a46c3071 100644 --- a/js/ui/panel.js +++ b/js/ui/panel.js @@ -964,7 +964,7 @@ Panel.prototype = { } let indicator = new constructor(); - this.addToStatusArea(role, indicator, i-1); + this.addToStatusArea(role, indicator, i); } // PopupMenuManager depends on menus being added in order for