From 1e49f7be9bb9c18a7ac49471a27cd52f5f144b68 Mon Sep 17 00:00:00 2001 From: Jonian Guveli Date: Mon, 19 Feb 2018 13:35:17 +0200 Subject: [PATCH] optimize window buttons on overview hide --- unite@hardpixel.eu/modules/windowButtons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unite@hardpixel.eu/modules/windowButtons.js b/unite@hardpixel.eu/modules/windowButtons.js index 2792ed7..14f3588 100644 --- a/unite@hardpixel.eu/modules/windowButtons.js +++ b/unite@hardpixel.eu/modules/windowButtons.js @@ -39,7 +39,7 @@ var WindowButtons = new Lang.Class({ )); this._ovHandlerIDs.push(Main.overview.connect( - 'hidden', Lang.bind(this, this._updateVisibility) + 'hiding', Lang.bind(this, this._updateVisibility) )); this._wmHandlerIDs.push(global.window_manager.connect(