bluetooth: fix my stupid commit mistake of 7be36a7319

Not Bastien's fault but mine.
This commit is contained in:
Dan Williams 2009-05-18 12:18:20 -04:00
parent 7be36a7319
commit c065ebdbfb

View file

@ -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