mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 09:00:21 +01:00
libnm: chain up NMRemoteConnection::constructed() function
Fixes:0fdd71fe6e(cherry picked from commit9ed0e3705e) (cherry picked from commit8a857c4475)
This commit is contained in:
parent
5843538252
commit
135fa26dab
1 changed files with 2 additions and 0 deletions
|
|
@ -778,6 +778,8 @@ get_property (GObject *object, guint prop_id,
|
|||
static void
|
||||
constructed (GObject *object)
|
||||
{
|
||||
G_OBJECT_CLASS (nm_remote_connection_parent_class)->constructed (object);
|
||||
|
||||
nm_connection_set_path (NM_CONNECTION (object),
|
||||
nm_object_get_path (NM_OBJECT (object)));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue