[gnome-shell/wip/fmuellner/minor-bug-fixes: 1/9] networkAgent: Fix showing the WPS message
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/fmuellner/minor-bug-fixes: 1/9] networkAgent: Fix showing the WPS message
- Date: Wed, 30 Jan 2019 12:09:18 +0000 (UTC)
commit c41af0a46c17938975bf249dbeaec3e43ae82587
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Jan 29 22:48:06 2019 +0100
networkAgent: Fix showing the WPS message
The message was introduced in commit dfa0750ffdbd, but added to a
non-existent container, whoops.
Spotted by eslint.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/375
js/ui/components/networkAgent.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/js/ui/components/networkAgent.js b/js/ui/components/networkAgent.js
index 709d1c273..08697b39a 100644
--- a/js/ui/components/networkAgent.js
+++ b/js/ui/components/networkAgent.js
@@ -111,10 +111,10 @@ var NetworkSecretDialog = class extends ModalDialog.ModalDialog {
descriptionLabel.clutter_text.line_wrap = true;
descriptionLabel.clutter_text.ellipsize = Pango.EllipsizeMode.NONE;
- messageBox.add(descriptionLabel,
- { y_fill: true,
- y_align: St.Align.START,
- expand: true });
+ contentBox.messageBox.add(descriptionLabel,
+ { y_fill: true,
+ y_align: St.Align.START,
+ expand: true });
}
this._okButton = { label: _("Connect"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]