libnm: fix chaining up NMActiveConnection::constructed()

Fixes: 40ffb962be
This commit is contained in:
Thomas Haller
2017-03-17 10:50:19 +01:00
parent 1e4f1892e0
commit fa262e3dc4

View File

@@ -402,6 +402,8 @@ constructed (GObject *object)
g_signal_connect (proxy, "state-changed", g_signal_connect (proxy, "state-changed",
G_CALLBACK (state_changed_proxy), object); G_CALLBACK (state_changed_proxy), object);
g_object_unref (proxy); g_object_unref (proxy);
G_OBJECT_CLASS (nm_active_connection_parent_class)->constructed (object);
} }
static void static void