Update of /cvsroot/ufraw/ufraw In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8454
Modified Files: ufraw_lens_ui.c Log Message: Fix a crash in win32. Index: ufraw_lens_ui.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_lens_ui.c,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- ufraw_lens_ui.c 4 Mar 2010 04:52:32 -0000 1.38 +++ ufraw_lens_ui.c 31 Mar 2010 20:39:41 -0000 1.39 @@ -690,7 +690,10 @@ GtkNotebook *subnb = GTK_NOTEBOOK(gtk_notebook_new()); gtk_box_pack_start(GTK_BOX(page), GTK_WIDGET(subnb), TRUE, TRUE, 0); +#ifndef WIN32 + // This call causes a crash on win32 gtk_notebook_set_tab_pos(subnb, GTK_POS_LEFT); +#endif /* Create a default lens & camera */ camera_set(data); ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ ufraw-cvs mailing list ufraw-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ufraw-cvs