GNOME Bugzilla – Bug 785202
apps-menu: remove more dead code
Last modified: 2017-07-21 08:12:33 UTC
Created attachment 356078 [details] [review] This patch removes more dead code extensions/apps-menu/extension.js. The submitted and accepted patch in report 785200 (https://bugzilla.gnome.org/show_bug.cgi?id=785200) removes dead code, namely a ::panel-box-changed signal handler. Unfortunately, the patch in report 785200 forgot to remove the associated code in the method _onDestroy in the class ApplicationsButton, which removes the signal handler from the Main.layoutManager.
Gah, should have caught that in review - thanks again!