libnm-glib: chain up the parent constructed() of NMRemoteConnection

This commit is contained in:
Jiří Klimeš
2014-01-27 17:36:30 +01:00
parent 2c11fd477c
commit df4c9347fc

View File

@@ -508,6 +508,8 @@ constructed (GObject *object)
{
NMRemoteConnectionPrivate *priv = NM_REMOTE_CONNECTION_GET_PRIVATE (object);
G_OBJECT_CLASS (nm_remote_connection_parent_class)->constructed (object);
g_assert (priv->bus);
g_assert (nm_connection_get_path (NM_CONNECTION (object)));