mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 09:28:06 +02:00
libnm: fix chaining up NMActiveConnection::constructed()
Fixes: 40ffb962be
This commit is contained in:
parent
1e4f1892e0
commit
fa262e3dc4
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue