summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-bluetooth.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-06-01 13:43:52 +0200
committerThomas Haller <thaller@redhat.com>2017-06-07 09:07:17 +0200
commit488029d74b6d25abc857e46067cf63588a5dbbe5 (patch)
treeffe5ebfad867418661fcfbb1e90413e009befbfa /libnm-core/nm-setting-bluetooth.c
parenta973eacb3b2811ba977f1d2b36633a5c814b74e8 (diff)
downloadNetworkManager-488029d74b6d25abc857e46067cf63588a5dbbe5.tar.gz
libnm: use enum for setting priorities
Diffstat (limited to 'libnm-core/nm-setting-bluetooth.c')
-rw-r--r--libnm-core/nm-setting-bluetooth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/nm-setting-bluetooth.c b/libnm-core/nm-setting-bluetooth.c
index 26f41d62ce..6daf857ecb 100644
--- a/libnm-core/nm-setting-bluetooth.c
+++ b/libnm-core/nm-setting-bluetooth.c
@@ -44,7 +44,7 @@
**/
G_DEFINE_TYPE_WITH_CODE (NMSettingBluetooth, nm_setting_bluetooth, NM_TYPE_SETTING,
- _nm_register_setting (BLUETOOTH, 2))
+ _nm_register_setting (BLUETOOTH, NM_SETTING_PRIORITY_HW_NON_BASE))
NM_SETTING_REGISTER_TYPE (NM_TYPE_SETTING_BLUETOOTH)
#define NM_SETTING_BLUETOOTH_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), NM_TYPE_SETTING_BLUETOOTH, NMSettingBluetoothPrivate))