diff --git a/app/operations/gimpoperationcurves.c b/app/operations/gimpoperationcurves.c index cfae2a10b8..e4572d67ce 100644 --- a/app/operations/gimpoperationcurves.c +++ b/app/operations/gimpoperationcurves.c @@ -77,7 +77,8 @@ gimp_operation_curves_class_init (GimpOperationCurvesClass *klass) "What TRC to operate on", GIMP_TYPE_TRC_TYPE, GIMP_TRC_NON_LINEAR, - G_PARAM_READWRITE)); + G_PARAM_READWRITE | + G_PARAM_CONSTRUCT)); g_object_class_install_property (object_class, GIMP_OPERATION_POINT_FILTER_PROP_CONFIG, diff --git a/app/operations/gimpoperationlevels.c b/app/operations/gimpoperationlevels.c index da792e24b4..d462cdfeff 100644 --- a/app/operations/gimpoperationlevels.c +++ b/app/operations/gimpoperationlevels.c @@ -74,7 +74,8 @@ gimp_operation_levels_class_init (GimpOperationLevelsClass *klass) "What TRC to operate on", GIMP_TYPE_TRC_TYPE, GIMP_TRC_NON_LINEAR, - G_PARAM_READWRITE)); + G_PARAM_READWRITE | + G_PARAM_CONSTRUCT)); g_object_class_install_property (object_class, GIMP_OPERATION_POINT_FILTER_PROP_CONFIG,