diff --git a/libnm/nm-active-connection.c b/libnm/nm-active-connection.c index f21fd1049..a3792a1a5 100644 --- a/libnm/nm-active-connection.c +++ b/libnm/nm-active-connection.c @@ -402,6 +402,8 @@ constructed (GObject *object) g_signal_connect (proxy, "state-changed", G_CALLBACK (state_changed_proxy), object); g_object_unref (proxy); + + G_OBJECT_CLASS (nm_active_connection_parent_class)->constructed (object); } static void