summaryrefslogtreecommitdiff
path: root/libnm-util
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2009-05-18 12:18:20 -0400
committerDan Williams <dcbw@redhat.com>2009-05-18 12:18:20 -0400
commitc065ebdbfb1d9ce95b7457c9f2b7d5f79c213814 (patch)
treed2326491f4e693716c8c876936a24ef9a16c80b6 /libnm-util
parent7be36a7319af2209cc8976978c65e0a8e16c55cb (diff)
bluetooth: fix my stupid commit mistake of 7be36a7319af2209cc8976978c65e0a8e16c55cb
Not Bastien's fault but mine.
Diffstat (limited to 'libnm-util')
-rw-r--r--libnm-util/nm-setting-bluetooth.c2
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