mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 07:40:28 +01:00
bluetooth: fix my stupid commit mistake of 7be36a7319
Not Bastien's fault but mine.
This commit is contained in:
parent
7be36a7319
commit
c065ebdbfb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue