mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 04:18:07 +02:00
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.
This commit is contained in:
parent
f4f9c9fa3c
commit
19350c8975
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue