summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-01-19 17:41:22 +0100
committerThomas Haller <thaller@redhat.com>2015-02-03 13:01:52 +0100
commita79e9fdbb0081cd296f3cf34feaf72d62ce91f1d (patch)
treea21cc89aaa4405bf634c2c4452715dfa2a294c82
parent7aab5bc81ccd1eeb6dbf7d67d84861ab9d117cd1 (diff)
downloadNetworkManager-a79e9fdbb0081cd296f3cf34feaf72d62ce91f1d.tar.gz
connectivity: add missing G_PARAM_CONSTRUCT for NM_CONNECTIVITY_URI property
-rw-r--r--src/nm-connectivity.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nm-connectivity.c b/src/nm-connectivity.c
index 609ed988c9..204044d024 100644
--- a/src/nm-connectivity.c
+++ b/src/nm-connectivity.c
@@ -427,6 +427,7 @@ nm_connectivity_class_init (NMConnectivityClass *klass)
g_param_spec_string (NM_CONNECTIVITY_URI, "", "",
NULL,
G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT |
G_PARAM_STATIC_STRINGS));
g_object_class_install_property