Fix actor reference on older gnome-shell versions

This commit is contained in:
Charles Gagnon
2020-05-17 12:26:46 -04:00
parent ec63802ac8
commit 20e3012ab5

View File

@@ -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) {