Update of /cvsroot/ufraw/ufraw
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1881
Modified Files:
ufraw_preview.c
Log Message:
Fix crash when changing JPEG compression.
Index: ufraw_preview.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_preview.c,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -d -r1.281 -r1.282
--- ufraw_preview.c 3 Oct 2009 20:21:46 -0000 1.281
+++ ufraw_preview.c 5 Oct 2009 22:07:49 -0000 1.282
@@ -5047,6 +5047,7 @@
gtk_scale_set_draw_value(GTK_SCALE(scale), FALSE);
gtk_box_pack_start(GTK_BOX(hBox), scale, TRUE, TRUE, 0);
button = gtk_spin_button_new(compressAdj, 5, 0);
+ g_object_set_data(G_OBJECT(compressAdj), "Parent-Widget", button);
gtk_box_pack_start(GTK_BOX(hBox), button, FALSE, FALSE, 0);
g_signal_connect(G_OBJECT(compressAdj), "value-changed",
G_CALLBACK(adjustment_update_int), &CFG->compression);
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs