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
This commit is contained in:
Marc-Antoine Perennou 2011-08-25 20:42:32 +02:00 committed by Jasper St. Pierre
parent 83265bb12a
commit 8f4a4d93f2

View File

@ -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