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



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

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

 js/ui/appDisplay.js | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 3988a56cd9..98911d0ec8 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -624,7 +624,6 @@ class AppDisplay extends BaseAppView {
                         return;
                     }
                     icon = new FolderIcon(item, this);
-                    icon.connect('clicked', () => this._bgAction.release());
                 } else {
                     icon.update();
                 }
@@ -637,7 +636,6 @@ class AppDisplay extends BaseAppView {
                 icon = new AppIcon(app, {
                     isDraggable: favoritesWritable,
                 });
-                icon.connect('clicked', () => this._bgAction.release());
             }
 
             appIcons.push(icon);


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