From 30e12995fd91b17ce889d3df97f709fe363ad5ea Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Fri, 10 Aug 2012 12:58:13 -0400 Subject: [PATCH] filesource: Make the uri property CONSTRUCT_ONLY This is the way it should always have been. --- ges/ges-timeline-file-source.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ges/ges-timeline-file-source.c b/ges/ges-timeline-file-source.c index e4745c4919..66c965dfb6 100644 --- a/ges/ges-timeline-file-source.c +++ b/ges/ges-timeline-file-source.c @@ -133,8 +133,8 @@ ges_timeline_filesource_class_init (GESTimelineFileSourceClass * klass) * The location of the file/resource to use. */ g_object_class_install_property (object_class, PROP_URI, - g_param_spec_string ("uri", "URI", "uri of the resource", - NULL, G_PARAM_READWRITE | G_PARAM_CONSTRUCT)); + g_param_spec_string ("uri", "URI", "uri of the resource", NULL, + G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY)); /** * GESTimelineFileSource:mute: