diff options
-rw-r--r-- | src/devices/nm-device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c index 6595c91b54..51c08acb31 100644 --- a/src/devices/nm-device.c +++ b/src/devices/nm-device.c @@ -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 |