mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 09:58:07 +02:00
core: notify that "active-connection" property changed on NMDevice
This is necessary so that PropertiesChanged D-Bus signal is properly issued.
This commit is contained in:
parent
91f23df7ec
commit
f4419c9fb3
1 changed files with 1 additions and 0 deletions
|
|
@ -3222,6 +3222,7 @@ nm_device_activate (NMDevice *self, NMActRequest *req, GError **error)
|
|||
}
|
||||
|
||||
priv->act_request = g_object_ref (req);
|
||||
g_object_notify (G_OBJECT (self), NM_DEVICE_ACTIVE_CONNECTION);
|
||||
|
||||
if (!nm_act_request_get_assumed (req)) {
|
||||
NMActiveConnection *dep_ac;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue