Author: post
Date: 2011-03-16 19:27:27 +0100 (Wed, 16 Mar 2011)
New Revision: 3887
Modified:
trunk/src/rs-photo.c
Log:
Set colorspace correctly when opening.
Modified: trunk/src/rs-photo.c
===================================================================
--- trunk/src/rs-photo.c 2011-03-16 18:22:02 UTC (rev 3886)
+++ trunk/src/rs-photo.c 2011-03-16 18:27:27 UTC (rev 3887)
@@ -815,7 +815,7 @@
if (photo->icc)
{
RSColorSpace *cs =
rs_color_space_icc_new_from_icc(photo->icc);
- g_object_set(photo->input_response,
"colorspace", cs, NULL);
+
rs_filter_param_set_object(RS_FILTER_PARAM(photo->input_response),
"colorspace", cs);
photo->dcp = NULL;
}
}
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit