settings: add notification after connections load

The notification was missing from a long time. The issue has been exposed only
now due to the c57e5a6b66 fix which properly
implemented the "startup-complete" notification substituting out of place code
which masked the bug.
This commit is contained in:
Francesco Giudici 2016-04-22 15:04:15 +02:00
parent f4f9c9fa3c
commit 19350c8975

View file

@ -267,6 +267,7 @@ load_connections (NMSettings *self)
}
priv->connections_loaded = TRUE;
_notify (self, PROP_CONNECTIONS);
unmanaged_specs_changed (NULL, self);
unrecognized_specs_changed (NULL, self);