bluetooth: actually set the NMSettingBluetooth name property on init

This commit is contained in:
Bastien Nocera 2009-05-18 11:25:04 -04:00 committed by Dan Williams
parent c74cf24f87
commit 7be36a7319

View file

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