summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2014-03-18 15:37:12 -0500
committerDan Williams <dcbw@redhat.com>2014-03-18 15:37:37 -0500
commit73d128bbd17120225bb4986e3f05566f10fab581 (patch)
tree09ef4e45ea1227f2dbaa13a0c792320a8d5c5e47
parentc3aa2890f5f3d365c3d7162e9bafdcc112824d12 (diff)
downloadNetworkManager-73d128bbd17120225bb4986e3f05566f10fab581.tar.gz
core: emit PropertyChanged signal for ActiveConnection when disconnecting
-rw-r--r--src/devices/nm-device.c1
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