mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-19 09:00:48 +02:00
libnm-glib: fix cut+pasteo
This commit is contained in:
parent
57c99c11fe
commit
e98eb83a1a
1 changed files with 2 additions and 2 deletions
|
|
@ -376,8 +376,8 @@ nm_ip6_config_class_init (NMIP6ConfigClass *config_class)
|
|||
* Since: 0.9.10
|
||||
**/
|
||||
g_object_class_install_property
|
||||
(object_class, PROP_ROUTES,
|
||||
g_param_spec_string (NM_IP6_CONFIG_ROUTES,
|
||||
(object_class, PROP_GATEWAY,
|
||||
g_param_spec_string (NM_IP6_CONFIG_GATEWAY,
|
||||
"Gateway",
|
||||
"Gateway",
|
||||
NULL,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue