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-26 20:00:50 +01:00
committed by Florian Müllner
parent 4a1f49586d
commit 57bfb9400e
+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();
}));