[gnome-shell/T27795: 12/138] systemActions: Don't hide the overview when logging out
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/T27795: 12/138] systemActions: Don't hide the overview when logging out
- Date: Tue, 1 Oct 2019 23:30:20 +0000 (UTC)
commit 8bdcdeda47571fa4924360c32c79f7482a68cbd8
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 7607efc65f..68678870a2 100644
--- a/js/misc/systemActions.js
+++ b/js/misc/systemActions.js
@@ -421,7 +421,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]