[gnome-shell] system: Properly separate statements
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] system: Properly separate statements
- Date: Wed, 11 Sep 2019 21:13:31 +0000 (UTC)
commit 52f85c9465caef4202b6aee763e9a6c7289302fc
Author: Florian Müllner <fmuellner gnome org>
Date: Mon Aug 19 20:56:36 2019 +0200
system: Properly separate statements
Whoops, that's some typo that sneaked into commit 9c3b3320f8 ...
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/710
js/ui/status/system.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/status/system.js b/js/ui/status/system.js
index f18a8e270e..e353e8fbaa 100644
--- a/js/ui/status/system.js
+++ b/js/ui/status/system.js
@@ -244,7 +244,7 @@ var Indicator = class extends PanelMenu.SystemIndicator {
this._orientationLockAction = this._createActionButton('', _("Orientation Lock"));
this._orientationLockAction.connect('clicked', () => {
- this.menu.itemActivated(BoxPointer.PopupAnimation.NONE),
+ this.menu.itemActivated(BoxPointer.PopupAnimation.NONE);
this._systemActions.activateLockOrientation();
});
item.add(this._orientationLockAction, { expand: true, x_fill: false });
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]