[gnome-shell/eos3.8: 56/255] viewSelector: Make the viewSelector default to the apps page



commit e50e63a0b24a123961252a9bbbd0c8129fa4f432
Author: Joaquim Rocha <jrocha endlessm com>
Date:   Wed May 31 15:13:25 2017 +0200

    viewSelector: Make the viewSelector default to the apps page
    
    Because this is our default view.
    
    https://phabricator.endlessm.com/T17325

 js/ui/viewSelector.js | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/js/ui/viewSelector.js b/js/ui/viewSelector.js
index f51f1a8f83..52dc603324 100644
--- a/js/ui/viewSelector.js
+++ b/js/ui/viewSelector.js
@@ -270,6 +270,7 @@ var ViewSelector = GObject.registerClass({
         this.reset();
         this._workspacesDisplay.show(true);
         this._activePage = null;
+        this._showPage(this._appsPage);
 
         if (!this._workspacesDisplay.activeWorkspaceHasMaximizedWindows())
             Main.overview.fadeOutDesktop();


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