From 20e3012ab56bc30bf702e7f42a25be2bdadf353d Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Sun, 17 May 2020 12:26:46 -0400 Subject: [PATCH] Fix actor reference on older gnome-shell versions --- panel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel.js b/panel.js index 5b2b08d..4151ff6 100644 --- a/panel.js +++ b/panel.js @@ -434,7 +434,7 @@ var dtpPanel = Utils.defineClass({ this._signalsHandler.destroy(); this._disablePanelCornerSignals(); - this.panel.remove_child(this.taskbar.actor); + this.panel.actor.remove_child(this.taskbar.actor); this._setAppmenuVisible(false); if (this.intellihide) {