From bc21685e881c3969db57f1b6dc05c2fe45d10ee9 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 14 Sep 2013 21:49:48 +0200 Subject: service-location: Allow setting location after construct time https://bugs.freedesktop.org/show_bug.cgi?id=69105 --- src/gclue-service-location.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gclue-service-location.c b/src/gclue-service-location.c index 39d12a4..dec4da5 100644 --- a/src/gclue-service-location.c +++ b/src/gclue-service-location.c @@ -313,8 +313,7 @@ gclue_service_location_class_init (GClueServiceLocationClass *klass) "Location", "Location", GCLUE_TYPE_LOCATION_INFO, - G_PARAM_READWRITE | - G_PARAM_CONSTRUCT_ONLY); + G_PARAM_READWRITE); g_object_class_install_property (object_class, PROP_LOCATION, gParamSpecs[PROP_LOCATION]); -- cgit v1.2.1