[gnome-shell] status/network: Sync active access point from constructor
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] status/network: Sync active access point from constructor
- Date: Sun, 7 Aug 2022 22:08:37 +0000 (UTC)
commit 7bfd4fe1482123f19450dcbfac897e5561ec83ea
Author: Florian Müllner <fmuellner gnome org>
Date: Fri Aug 5 00:32:24 2022 +0200
status/network: Sync active access point from constructor
The wireless device item tracks the active access point in order
to update its icon on signal strength changes.
However we currently don't synchronize the initial state, so we
miss strength changes until the first access-point change.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2406>
js/ui/status/network.js | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/js/ui/status/network.js b/js/ui/status/network.js
index efe022ae19..904abf5849 100644
--- a/js/ui/status/network.js
+++ b/js/ui/status/network.js
@@ -1273,6 +1273,7 @@ var NMDeviceWireless = class extends Signals.EventEmitter {
'notify::active-access-point', this._activeApChanged.bind(this),
'state-changed', this._deviceStateChanged.bind(this), this);
+ this._activeApChanged();
this._sync();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]