mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 14:00:18 +01:00
settings: add notification after connections load
The notification was missing from a long time. The issue has been exposed only now due to thec57e5a6b66fix which properly implemented the "startup-complete" notification substituting out of place code which masked the bug. (cherry picked from commit19350c8975)
This commit is contained in:
parent
5fa3c1230f
commit
863f2ffb4d
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue