From 863f2ffb4d8146ad6c896aea61e6965f1547ae43 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. (cherry picked from commit 19350c8975fef7b0af41ca1b1c7a6c91270616c1) --- 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 93c4d26274..2c1c3abbf1 100644 --- a/src/settings/nm-settings.c +++ b/src/settings/nm-settings.c @@ -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);