[gnome-shell/eos3.8: 160/255] Revert "fixup! Allow opening the background menu popup from the APPS view"



commit dc60b27d0320477f7065e236d13f648f811d4f4e
Author: Andre Moreira Magalhaes <andre endlessm com>
Date:   Thu Apr 2 19:05:50 2020 -0300

    Revert "fixup! Allow opening the background menu popup from the APPS view"
    
    This reverts commit c7e9588621678a3d0f84bc0b710482d774ced82e.
    
    https://phabricator.endlessm.com/T29682

 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 c64023dae8..3988a56cd9 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('visible', this._clickAction,
+        this._eventBlocker.bind_property('reactive', 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]