Review of "Hide windows" version 3

Details Page Preview

Hide windows in overview

Extension Homepage
https://github.com/ndazeo/hide-windows

No comments.

Diff Against

Files

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

All Versions

Version Status
4 Rejected
3 Rejected
2 Active
1 Rejected

Previous Reviews on this Version

dlandau rejected
You shouldn't connect any signals in init(). Please check https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review
andyholmes rejected
It looks like you are now creating objects and connecting signals in `init()`. Please revert this change so objects and signal handlers are only created as a result of `enabled()` and then destroyed in `disable()`. See: https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review