libnm: fix chaining up NMActiveConnection::constructed()
Fixes: 40ffb962be
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user