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

Modified Files:
        ufraw_preview.c 
Log Message:
Fix crash when UFRaw starts maximized.


Index: ufraw_preview.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_preview.c,v
retrieving revision 1.351
retrieving revision 1.352
diff -u -d -r1.351 -r1.352
--- ufraw_preview.c     5 Apr 2010 14:30:18 -0000       1.351
+++ ufraw_preview.c     6 Apr 2010 05:10:19 -0000       1.352
@@ -5756,7 +5756,7 @@
 
     if ( CFG->WindowMaximized ) {
        gtk_widget_set_size_request(scroll, -1, -1);
-       preview_progress_disable(data);
+       render_status_text(data);
        while (gtk_events_pending()) gtk_main_iteration();
        // scroll widget is allocated size only after gtk_widget_show_all()
        int scrollWidth = scroll->allocation.width;


------------------------------------------------------------------------------
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

Reply via email to