gnome-shell/js/ui/status
Iain Lane 5d61e2563d network: Don't assume the active connection has been processed first
`NMConnectionDevice._sync()` is responsible for setting up the active
connection that we'll end up displaying. It expects the active
connection to already be in a map `_connectionItems`. If it isn't in
there, we get a null dereference and the indicator can get into a weird
state where it doesn't display devices / connections properly.

Let's change this expectation. If there is an active connection,
`_deviceAdded()` will eventually get to it and call `_sync()` to set up
the active connection state. We make `_sync()` tolerate there being no
active connection when it's called.

Closes: https://gitlab.gnome.org/GNOME/gnome-shell/issues/140
2018-09-03 23:31:17 +00:00
..
accessibility.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
bluetooth.js js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
brightness.js js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
keyboard.js Remove usage of MetaScreen 2018-07-06 19:56:19 +02:00
location.js js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
network.js network: Don't assume the active connection has been processed first 2018-09-03 23:31:17 +00:00
nightLight.js js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
power.js js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
remoteAccess.js remoteAccess: Make indicator orange 2018-07-27 18:10:35 +02:00
rfkill.js js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
screencast.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
system.js system: Don't execute Settings 2018-07-31 13:31:59 -03:00
thunderbolt.js js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
volume.js volume: Show overamplified icon when in overdrive 2018-07-31 18:14:15 +00:00