[gnome-shell-extensions/gnome-3-14] window-list: _pointerInTray was renamed to _pointerInNotification in bug 695800



commit 2f49d77931b57d20ba37f03b9a0733f18cbba5c8
Author: Sylvain Pasche <sylvain pasche gmail com>
Date:   Sat Nov 1 22:03:43 2014 +0100

    window-list: _pointerInTray was renamed to _pointerInNotification in bug 695800
    
    https://bugzilla.gnome.org/show_bug.cgi?id=737486

 extensions/window-list/extension.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/window-list/extension.js b/extensions/window-list/extension.js
index 5115a68..0cee654 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();
         }));
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]