Review of "Order Gnome Shell extensions" version 1

Details Page Preview

Orders icons from extensions in the top bar

Extension Homepage
https://github.com/andia89/order-icons

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
22 Active
21 Active
20 Active
19 Active
18 Active
17 Active
16 Rejected
15 Active
14 Active
13 Active
12 Active
11 Active
10 Active
9 Active
8 Rejected
7 Rejected
6 Active
5 Active
4 Active
3 Active
2 Active
1 Rejected

Previous Reviews on this Version

andyholmes rejected
Your extension looks good, however you must replace the functions `redrawIndicator()` and `_addToPanelBox()` in `disable()`: ``` var _origRedrawIndicator = Panel.Panel.prototype._redrawIndicator; var _origAddToPanelBox = Panel.Panel.prototype._addToPanelBox; enabled() { Panel.Panel.prototype._redrawIndicator = _redrawIndicator; Panel.Panel.prototype._addToPanelBox = _addToPanelBox; } disable() { Panel.Panel.prototype._redrawIndicator = _origRedrawIndicator; Panel.Panel.prototype._addToPanelBox = _origAddToPanelBox; } ``` Make this change and I will approve.
wa4557 posted a review
@andyholmes First of all, thanks a lot. And a stupid question, but where can I submit the updated version? Do I have to submit again?