mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 03:00:13 +01: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_CALLBACK (state_changed_proxy), object);
|
||||
g_object_unref (proxy);
|
||||
|
||||
G_OBJECT_CLASS (nm_active_connection_parent_class)->constructed (object);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue