Fix typo preventing proper cleanup.

- Panel barriers are now added back when the extension is disabled.
This commit is contained in:
rockon999
2017-07-31 15:25:26 -05:00
parent d55d491c14
commit 2e5f6e8530

View File

@@ -211,7 +211,7 @@ const dtpPanel = new Lang.Class({
Main.layoutManager._updateHotCorners = this._oldUpdateHotCorners;
Main.layoutManager._updateHotCorners();
Main.layoutManager._updatePaneBarrier = this._oldUpdatePanelBarrier;
Main.layoutManager._updatePanelBarrier = this._oldUpdatePanelBarrier;
Main.layoutManager._updatePanelBarrier();
Main.overview.viewSelector._animateIn = this._oldViewSelectorAnimateIn;