summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-bluetooth.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-core/nm-setting-bluetooth.c')
-rw-r--r--libnm-core/nm-setting-bluetooth.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libnm-core/nm-setting-bluetooth.c b/libnm-core/nm-setting-bluetooth.c
index 5af59a7167..bbe5eabe7f 100644
--- a/libnm-core/nm-setting-bluetooth.c
+++ b/libnm-core/nm-setting-bluetooth.c
@@ -25,7 +25,6 @@
#include <glib/gi18n.h>
#include "nm-param-spec-dbus.h"
-#include "nm-dbus-glib-types.h"
#include "nm-setting-bluetooth.h"
#include "nm-setting-cdma.h"
#include "nm-setting-gsm.h"
@@ -276,7 +275,7 @@ nm_setting_bluetooth_class_init (NMSettingBluetoothClass *setting_class)
(object_class, PROP_BDADDR,
_nm_param_spec_dbus (NM_SETTING_BLUETOOTH_BDADDR, "", "",
G_TYPE_STRING,
- DBUS_TYPE_G_UCHAR_ARRAY,
+ G_VARIANT_TYPE_BYTESTRING,
_nm_utils_hwaddr_to_dbus,
_nm_utils_hwaddr_from_dbus,
G_PARAM_READWRITE |