From 5805683efcf19bba130d0849f0982529c4f93852 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 29 Feb 2016 13:37:15 +0100 Subject: device: fix compile error due to typo Fixes: 6d409653b1bc9116bfb58b074f0c61407aef1038 --- src/devices/nm-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c index 6ef8b55f70..e144471512 100644 --- a/src/devices/nm-device.c +++ b/src/devices/nm-device.c @@ -11546,7 +11546,7 @@ nm_device_class_init (NMDeviceClass *klass) obj_properties[PROP_FIRMWARE_VERSION] = g_param_spec_string (NM_DEVICE_FIRMWARE_VERSION, "", "", NULL, -. G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | + G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS); obj_properties[PROP_CAPABILITIES] = g_param_spec_uint (NM_DEVICE_CAPABILITIES, "", "", -- cgit v1.2.1