From 7be36a7319af2209cc8976978c65e0a8e16c55cb Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 18 May 2009 11:25:04 -0400 Subject: [PATCH] bluetooth: actually set the NMSettingBluetooth name property on init --- libnm-util/nm-setting-bluetooth.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libnm-util/nm-setting-bluetooth.c b/libnm-util/nm-setting-bluetooth.c index 6d8c76abe2..04719a1abd 100644 --- a/libnm-util/nm-setting-bluetooth.c +++ b/libnm-util/nm-setting-bluetooth.c @@ -178,6 +178,7 @@ verify (NMSetting *setting, GSList *all_settings, GError **error) static void nm_setting_bluetooth_init (NMSettingBluetooth *setting) { + g_object_set (setting, NM_SETTING_NAME, NM_SETTING_BLUETOOTH_NAME, NULL); } static void