diff --git a/extensions/window-list/extension.js b/extensions/window-list/extension.js index 5115a682..0cee654e 100644 --- a/extensions/window-list/extension.js +++ b/extensions/window-list/extension.js @@ -1188,7 +1188,7 @@ function enable() { windowList.actor.connect('notify::hover', Lang.bind(Main.messageTray, function() { - this._pointerInTray = windowList.actor.hover; + this._pointerInNotification = windowList.actor.hover; this._updateState(); }));