summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Giudici <fgiudici@redhat.com>2016-04-22 15:04:15 +0200
committerFrancesco Giudici <fgiudici@redhat.com>2016-04-27 11:10:58 +0200
commit19350c8975fef7b0af41ca1b1c7a6c91270616c1 (patch)
treeee2447cfddbf8e3e0e0b791eb17b33b7106a3310
parentf4f9c9fa3ccdf6430bb4fba2548464f91cc8504c (diff)
downloadNetworkManager-19350c8975fef7b0af41ca1b1c7a6c91270616c1.tar.gz
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.
-rw-r--r--src/settings/nm-settings.c1
1 files changed, 1 insertions, 0 deletions
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);