After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 785200 - apps-menu: remove dead code in the gnome applications menu
apps-menu: remove dead code in the gnome applications menu
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: extensions
3.25.x
Other Linux
: Normal enhancement
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2017-07-20 23:26 UTC by Alexander Rüedlinger (lexruee)
Modified: 2017-07-20 23:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This patch removes removes dead code in extensions/apps-menu/extension.js. (1.23 KB, patch)
2017-07-20 23:26 UTC, Alexander Rüedlinger (lexruee)
committed Details | Review

Description Alexander Rüedlinger (lexruee) 2017-07-20 23:26:40 UTC
Created attachment 356076 [details] [review]
This patch removes removes dead code in extensions/apps-menu/extension.js.

The applications menu extension contains dead code that should be removed.
In short:
- the object container is not defined in extensions/apps-menu/extension.js
- the signal panel-box-changed is not used

The attached patch to this report removes the dead code.
Comment 1 Florian Müllner 2017-07-20 23:40:29 UTC
Thanks, adjusted the commit message a bit and pushed.