diff --git a/src/settings/nm-settings.c b/src/settings/nm-settings.c index 1f4882305d..f8f3ea857b 100644 --- a/src/settings/nm-settings.c +++ b/src/settings/nm-settings.c @@ -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);