diff options
author | Dan Williams <dcbw@redhat.com> | 2009-05-18 12:18:20 -0400 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2009-05-18 12:18:20 -0400 |
commit | c065ebdbfb1d9ce95b7457c9f2b7d5f79c213814 (patch) | |
tree | d2326491f4e693716c8c876936a24ef9a16c80b6 /libnm-util/nm-setting-bluetooth.c | |
parent | 7be36a7319af2209cc8976978c65e0a8e16c55cb (diff) | |
download | NetworkManager-c065ebdbfb1d9ce95b7457c9f2b7d5f79c213814.tar.gz |
bluetooth: fix my stupid commit mistake of 7be36a7319af2209cc8976978c65e0a8e16c55cb
Not Bastien's fault but mine.
Diffstat (limited to 'libnm-util/nm-setting-bluetooth.c')
-rw-r--r-- | libnm-util/nm-setting-bluetooth.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |