From 19350c8975fef7b0af41ca1b1c7a6c91270616c1 Mon Sep 17 00:00:00 2001 From: Francesco Giudici Date: Fri, 22 Apr 2016 15:04:15 +0200 Subject: [PATCH] settings: add notification after connections load The notification was missing from a long time. The issue has been exposed only now due to the c57e5a6b66b8a29d4c16dacf9aafc7ee04a27243 fix which properly implemented the "startup-complete" notification substituting out of place code which masked the bug. --- src/settings/nm-settings.c | 1 + 1 file changed, 1 insertion(+) 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);