mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-08 03:20:34 +01:00
core: emit PropertyChanged signal for ActiveConnection when disconnecting
This commit is contained in:
parent
c3aa2890f5
commit
73d128bbd1
1 changed files with 1 additions and 0 deletions
|
|
@ -4524,6 +4524,7 @@ clear_act_request (NMDevice *self)
|
|||
}
|
||||
|
||||
g_clear_object (&priv->act_request);
|
||||
g_object_notify (G_OBJECT (self), NM_DEVICE_ACTIVE_CONNECTION);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue