Update of /cvsroot/ufraw/ufraw
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv22441
Modified Files:
ufraw_lens_ui.c
Log Message:
Make it possible to choose tca model.
Index: ufraw_lens_ui.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_lens_ui.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- ufraw_lens_ui.c 14 Feb 2010 07:26:41 -0000 1.29
+++ ufraw_lens_ui.c 17 Feb 2010 15:20:35 -0000 1.30
@@ -625,7 +625,7 @@
const char *model_name;
lfTCAModel model = LF_TCA_MODEL_NONE + i;
model_name = lf_get_tca_model_desc(model, NULL, NULL);
- if (model_name != NULL)
+ if (model_name == NULL)
break;
gtk_combo_box_append_text(GTK_COMBO_BOX(data->LensTCAModel),
model_name);
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs