gnome-shell/js
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
..
extensionPrefs js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
gdm js, oVirt: Fix ES6 template string alignment 2018-08-30 04:49:17 +02:00
misc objectManager: correct other invalid index code in onNameVanished 2018-09-03 22:40:46 +00:00
perf scripting: Fix argument list of createTestWindow() 2018-04-25 23:47:06 +02:00
portalHelper js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
ui network: Don't assume the active connection has been processed first 2018-09-03 23:31:17 +00:00
js-resources.gresource.xml build: Use dedicated resources for helper programs 2018-08-14 17:28:04 +00:00
meson.build build: Use dedicated resources for helper programs 2018-08-14 17:28:04 +00:00
portal-resources.gresource.xml build: Use dedicated resources for helper programs 2018-08-14 17:28:04 +00:00
prefs-resources.gresource.xml build: Use dedicated resources for helper programs 2018-08-14 17:28:04 +00:00