From c065ebdbfb1d9ce95b7457c9f2b7d5f79c213814 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 18 May 2009 12:18:20 -0400 Subject: [PATCH] bluetooth: fix my stupid commit mistake of 7be36a7319af2209cc8976978c65e0a8e16c55cb Not Bastien's fault but mine. --- libnm-util/nm-setting-bluetooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm-util/nm-setting-bluetooth.c b/libnm-util/nm-setting-bluetooth.c index 04719a1abd..61c407c919 100644 --- a/libnm-util/nm-setting-bluetooth.c +++ b/libnm-util/nm-setting-bluetooth.c @@ -178,7 +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); + g_object_set (setting, NM_SETTING_NAME, NM_SETTING_BLUETOOTH_SETTING_NAME, NULL); } static void