window-list: _pointerInTray was renamed to _pointerInNotification in bug 695800

https://bugzilla.gnome.org/show_bug.cgi?id=737486
This commit is contained in:
Sylvain Pasche
2014-11-01 22:03:43 +01:00
committed by Florian Müllner
parent 046c603872
commit 2f49d77931
+1 -1
View File
@@ -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();
}));