[gnome-shell/eos3.8: 114/255] shellDBus: Fix showing the app grid



commit b6c9de406df58850ad8412b9cd5b0ead73fa4d2c
Author: Joaquim Rocha <jrocha endlessm com>
Date:   Wed Oct 24 11:10:57 2018 +0200

    shellDBus: Fix showing the app grid
    
    Calling the ShowApplications() method was displaying the app windows
    view instead of the app grid.
    
    https://phabricator.endlessm.com/T24218

 js/ui/shellDBus.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/shellDBus.js b/js/ui/shellDBus.js
index 832cf220bd..d734b46499 100644
--- a/js/ui/shellDBus.js
+++ b/js/ui/shellDBus.js
@@ -124,7 +124,7 @@ var GnomeShell = class {
     }
 
     ShowApplications() {
-        Main.overview.viewSelector.showApps();
+        Main.overview.showApps();
     }
 
     GrabAcceleratorAsync(params, invocation) {


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