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.

(cherry picked from commit 19350c8975)
This commit is contained in:
Francesco Giudici 2016-04-22 15:04:15 +02:00 committed by Thomas Haller
parent 5fa3c1230f
commit 863f2ffb4d

View file

@ -262,6 +262,7 @@ load_connections (NMSettings *self)
}
priv->connections_loaded = TRUE;
g_object_notify (G_OBJECT (self), NM_SETTINGS_CONNECTIONS);
unmanaged_specs_changed (NULL, self);
unrecognized_specs_changed (NULL, self);