[gnome-shell/T29763: 152/249] fixup! Allow opening the background menu popup from the APPS view



commit c7e9588621678a3d0f84bc0b710482d774ced82e
Author: Andre Moreira Magalhaes <andre endlessm com>
Date:   Sat Mar 28 00:08:01 2020 -0300

    fixup! Allow opening the background menu popup from the APPS view
    
    We are now changing the EventBlocker visibility when opening/closing the
    folder dialog, so let's bind to the visible property instead.
    
    https://phabricator.endlessm.com/T28780

 js/ui/appDisplay.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index bdfd47d4f9..5685f7b316 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -493,7 +493,7 @@ class AppDisplay extends BaseAppView {
                 this._currentDialog.popdown();
         });
         Main.overview.addAction(this._clickAction, false);
-        this._eventBlocker.bind_property('reactive', this._clickAction,
+        this._eventBlocker.bind_property('visible', this._clickAction,
             'enabled', GObject.BindingFlags.SYNC_CREATE);
 
         this._bgAction = new Clutter.ClickAction();


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