[gnome-shell/eos3.8: 151/255] fixup! iconGrid: Remove API to open space between icons



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

    fixup! iconGrid: Remove API to open space between icons
    
    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 0edc2322f5..bdfd47d4f9 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -837,7 +837,7 @@ class AppDisplay extends BaseAppView {
             Main.overview.searchEntry.clutter_text.reactive = !isOpen;
             Main.overview.searchEntry.clutter_text.editable = !isOpen;
 
-            this._displayingPopup = isOpen;
+            this._displayingDialog = isOpen;
         });
     }
 


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