From 1da9d80f059370b1f01167dc6a432c96bc5b49b3 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 12 Sep 2013 00:48:06 +0200 Subject: [PATCH 2/4] location-info: Allow setting properties after construct time https://bugs.freedesktop.org/show_bug.cgi?id=69105 --- src/gclue-location-info.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gclue-location-info.c b/src/gclue-location-info.c index 49ea11c..e2fe4c6 100644 --- a/src/gclue-location-info.c +++ b/src/gclue-location-info.c @@ -208,7 +208,6 @@ gclue_location_info_class_init (GClueLocationInfoClass *klass) 90.0, 0.0, G_PARAM_READWRITE | - G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS); g_object_class_install_property (glocation_class, PROP_LATITUDE, pspec); @@ -224,7 +223,6 @@ gclue_location_info_class_init (GClueLocationInfoClass *klass) 180.0, 0.0, G_PARAM_READWRITE | - G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS); g_object_class_install_property (glocation_class, PROP_LONGITUDE, pspec); @@ -240,7 +238,6 @@ gclue_location_info_class_init (GClueLocationInfoClass *klass) G_MAXDOUBLE, GCLUE_LOCATION_INFO_ACCURACY_UNKNOWN, G_PARAM_READWRITE | - G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS); g_object_class_install_property (glocation_class, PROP_ACCURACY, pspec); -- 1.8.3.1