core: emit PropertyChanged signal for ActiveConnection when disconnecting

This commit is contained in:
Dan Williams 2014-03-18 15:37:12 -05:00
parent c3aa2890f5
commit 73d128bbd1

View file

@ -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