[gnome-shell-extensions] apps-menu: Remove dead code
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions] apps-menu: Remove dead code
- Date: Thu, 20 Jul 2017 23:40:09 +0000 (UTC)
commit 0a91893b02aeeb269b56d3a494e45627f6106376
Author: Alexander Rüedlinger <a rueedlinger gmail com>
Date: Fri Jul 21 00:54:09 2017 +0200
apps-menu: Remove dead code
This fell through the cracks in commit 2d1d81247 when adjusting to
the gnome-shell changes that also removed the ::panel-box-changed
signal ...
Signed-off-by: Alexander Rüedlinger <a rueedlinger gmail com>
https://bugzilla.gnome.org/show_bug.cgi?id=785200
extensions/apps-menu/extension.js | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/extensions/apps-menu/extension.js b/extensions/apps-menu/extension.js
index 5ef3709..9429534 100644
--- a/extensions/apps-menu/extension.js
+++ b/extensions/apps-menu/extension.js
@@ -478,13 +478,6 @@ const ApplicationsButton = new Lang.Class({
this.reloadFlag = true;
}
}));
-
- // Since the hot corner uses stage coordinates, Clutter won't
- // queue relayouts for us when the panel moves. Queue a relayout
- // when that happens.
- this._panelBoxChangedId = Main.layoutManager.connect('panel-box-changed', Lang.bind(this, function()
{
- container.queue_relayout();
- }));
},
get hotCorner() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]