From 69700dc29b20f01d6ea00636c163e90ab7e00ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20R=C3=BCedlinger?= Date: Fri, 21 Jul 2017 02:57:37 +0200 Subject: [PATCH] apps-menu: Remove more dead code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit 0a91893b02a removed dead code, namely a ::panel-box-changed signal handler. Unfortunately, it forgot to remove the associated code that disconnects the signal. Signed-off-by: Alexander Rüedlinger https://bugzilla.gnome.org/show_bug.cgi?id=785202 --- extensions/apps-menu/extension.js | 1 - 1 file changed, 1 deletion(-) diff --git a/extensions/apps-menu/extension.js b/extensions/apps-menu/extension.js index 94295344..8668b59f 100644 --- a/extensions/apps-menu/extension.js +++ b/extensions/apps-menu/extension.js @@ -494,7 +494,6 @@ const ApplicationsButton = new Lang.Class({ _onDestroy: function() { Main.overview.disconnect(this._showingId); Main.overview.disconnect(this._hidingId); - Main.layoutManager.disconnect(this._panelBoxChangedId); appSys.disconnect(this._installedChangedId); Main.wm.setCustomKeybindingHandler('panel-main-menu',