Author: post
Date: 2012-05-06 17:00:37 +0200 (Sun, 06 May 2012)
New Revision: 4227

Modified:
   trunk/src/rs-preview-widget.c
Log:
Be sure to reset name, so if not found, diplay profile will not be used.

Modified: trunk/src/rs-preview-widget.c
===================================================================
--- trunk/src/rs-preview-widget.c       2012-05-06 14:41:11 UTC (rev 4226)
+++ trunk/src/rs-preview-widget.c       2012-05-06 15:00:37 UTC (rev 4227)
@@ -379,6 +379,7 @@
        if (!preview->display_color_space)
                preview->display_color_space = 
rs_get_display_profile(GTK_WIDGET(preview));
 
+       name = NULL;
        name = rs_conf_get_string("exposure-mask-colorspace");
        if (name)
                preview->exposure_color_space = 
rs_color_space_new_singleton(name);


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to