mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 11:50:22 +01:00
libnm-glib: remove duplicate object D-Bus info registration
Was causing duplicate signal emissions on the bus.
This commit is contained in:
parent
e2b13be3d9
commit
0b4dae681c
1 changed files with 0 additions and 3 deletions
|
|
@ -368,7 +368,4 @@ nm_settings_service_class_init (NMSettingsServiceClass *class)
|
|||
NM_CONNECTION_SCOPE_USER,
|
||||
NM_CONNECTION_SCOPE_USER,
|
||||
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
|
||||
|
||||
dbus_g_object_type_install_info (G_TYPE_FROM_CLASS (class),
|
||||
&dbus_glib_nm_settings_object_info);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue