[gnome-shell/wip/raresv/system-actions: 1/5] system: remove hide() calls (could be split in two if that's better)
- From: Florian MĂźllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/raresv/system-actions: 1/5] system: remove hide() calls (could be split in two if that's better)
- Date: Mon, 21 Aug 2017 21:29:10 +0000 (UTC)
commit a37544ea7839152e6ad36efde8b4a7c5f1a3626b
Author: Rares Visalom <rares visalom gmail com>
Date: Mon Aug 21 14:49:19 2017 +0300
system: remove hide() calls (could be split in two if that's better)
js/ui/status/system.js | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/js/ui/status/system.js b/js/ui/status/system.js
index 604183f..27c9e23 100644
--- a/js/ui/status/system.js
+++ b/js/ui/status/system.js
@@ -445,13 +445,11 @@ var Indicator = new Lang.Class({
_onLockScreenClicked: function() {
this.menu.itemActivated(BoxPointer.PopupAnimation.NONE);
- Main.overview.hide();
Main.screenShield.lock(true);
},
_onLoginScreenActivate: function() {
this.menu.itemActivated(BoxPointer.PopupAnimation.NONE);
- Main.overview.hide();
if (Main.screenShield)
Main.screenShield.lock(false);
@@ -462,13 +460,11 @@ var Indicator = new Lang.Class({
},
_onQuitSessionActivate: function() {
- Main.overview.hide();
this._session.LogoutRemote(0);
},
_onPowerOffClicked: function() {
this.menu.itemActivated();
- Main.overview.hide();
this._session.ShutdownRemote(0);
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]