summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <kalevlember@gmail.com>2013-09-14 21:49:48 +0200
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2013-09-16 18:19:48 +0300
commitbc21685e881c3969db57f1b6dc05c2fe45d10ee9 (patch)
tree27064cbeb2c5e115bfa7dbee17edaaa455fd6929
parent41a285401e2012aff0acd9b539ebe4b5a6dc35d8 (diff)
downloadgeoclue-bc21685e881c3969db57f1b6dc05c2fe45d10ee9.tar.gz
service-location: Allow setting location after construct time
https://bugs.freedesktop.org/show_bug.cgi?id=69105
-rw-r--r--src/gclue-service-location.c3
1 files changed, 1 insertions, 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]);