mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-06 14:08:29 +02:00
libnm: change default value for NMClient:{networking,wireless-hardware}-enabled properties
This commit is contained in:
parent
91f3311e71
commit
3ed514cb60
1 changed files with 2 additions and 2 deletions
|
|
@ -3958,7 +3958,7 @@ nm_client_class_init (NMClientClass *client_class)
|
|||
*/
|
||||
obj_properties[PROP_NETWORKING_ENABLED] =
|
||||
g_param_spec_boolean (NM_CLIENT_NETWORKING_ENABLED, "", "",
|
||||
TRUE,
|
||||
FALSE,
|
||||
G_PARAM_READWRITE |
|
||||
G_PARAM_STATIC_STRINGS);
|
||||
|
||||
|
|
@ -3982,7 +3982,7 @@ nm_client_class_init (NMClientClass *client_class)
|
|||
**/
|
||||
obj_properties[PROP_WIRELESS_HARDWARE_ENABLED] =
|
||||
g_param_spec_boolean (NM_CLIENT_WIRELESS_HARDWARE_ENABLED, "", "",
|
||||
TRUE,
|
||||
FALSE,
|
||||
G_PARAM_READABLE |
|
||||
G_PARAM_STATIC_STRINGS);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue