diff --git a/extensions/window-list/extension.js b/extensions/window-list/extension.js index a4268589..2c8f4ad4 100644 --- a/extensions/window-list/extension.js +++ b/extensions/window-list/extension.js @@ -99,7 +99,7 @@ class WindowContextMenu extends PopupMenu.PopupMenu { 'notify::minimized', this._updateMinimizeItem.bind(this), 'notify::maximized-horizontally', this._updateMaximizeItem.bind(this), 'notify::maximized-vertically', this._updateMaximizeItem.bind(this), - this); + this.actor); this._updateMinimizeItem(); this._updateMaximizeItem();