Update of /cvsroot/ufraw/ufraw
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13430

Modified Files:
        ufraw_preview.c 
Log Message:
Restore old calls to ufraw_developer_prepare().

Index: ufraw_preview.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_preview.c,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -d -r1.312 -r1.313
--- ufraw_preview.c     26 Nov 2009 01:07:26 -0000      1.312
+++ ufraw_preview.c     27 Nov 2009 04:15:37 -0000      1.313
@@ -949,7 +949,6 @@
            CFG->curve[CFG->curveIndex].m_anchors[0].x);
     gtk_label_set_text(GTK_LABEL(data->BlackLabel), text);
 
-    ufraw_developer_prepare(data->UF, display_developer);
     if ( CFG->profileIndex[display_profile]==0 ) {
        guint8 *displayProfile;
        gint profileSize;
@@ -963,6 +962,7 @@
                CFG->profile[display_profile]
                        [CFG->profileIndex[display_profile]].productName);
     }
+    ufraw_developer_prepare(data->UF, display_developer);
     ufraw_convert_prepare_buffers(data->UF);
 
     /* This will trigger the untiled phases if necessary. The progress bar
@@ -5871,6 +5871,9 @@
        CFG->size = 0;
     }
 
+    /* There's another call in render_preview_now() and both are needed */
+    ufraw_developer_prepare(uf, display_developer);
+
     /* Save initial WB data for the sake of "Reset WB" */
     g_strlcpy(data->initialWB, CFG->wb, max_name);
     data->initialTemperature = CFG->temperature;


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to