[gnome-shell/eos3.8: 7/255] systemActions: Don't hide the overview when logging out



commit c7fb3fcaeb2412e6f890e67e4c026d39ce4f9c33
Author: Mario Sanchez Prada <mario endlessm com>
Date:   Fri Feb 9 18:02:37 2018 +0000

    systemActions: Don't hide the overview when logging out
    
    This is the current usptream behaviour, but we don't want to do that
    on Endless (where the overview is visible most of the time) since it
    would mean showing the desaturated clone of the grid for no reason.

 js/misc/systemActions.js | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/js/misc/systemActions.js b/js/misc/systemActions.js
index 6248fe9a06..60646cbb78 100644
--- a/js/misc/systemActions.js
+++ b/js/misc/systemActions.js
@@ -430,7 +430,6 @@ const SystemActions = GObject.registerClass({
         if (!this._actions.get(LOGOUT_ACTION_ID).available)
             throw new Error('The logout action is not available!');
 
-        Main.overview.hide();
         this._session.LogoutRemote(0);
     }
 


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