Update of /cvsroot/ufraw/ufraw
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29334
Modified Files:
ufraw_preview.c ufraw_ui.h
Log Message:
Use a more obvious variable name for latest change.
Index: ufraw_ui.h
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_ui.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- ufraw_ui.h 2 Oct 2009 11:15:11 -0000 1.21
+++ ufraw_ui.h 2 Oct 2009 14:30:09 -0000 1.22
@@ -224,7 +224,7 @@
GtkAdjustment *adjustment_scale (GtkTable *table, int x, int y,
const char *label, double value, void *valuep, double min, double max,
- double step, double jump, long accuracy, const gboolean wrap,
+ double step, double jump, long accuracy, const gboolean wrap_spinner,
const char *tip, GCallback callback, GtkWidget **resetButton,
const char *resetTip, void (*resetCallback)());
Index: ufraw_preview.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_preview.c,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -d -r1.278 -r1.279
--- ufraw_preview.c 2 Oct 2009 11:15:11 -0000 1.278
+++ ufraw_preview.c 2 Oct 2009 14:30:09 -0000 1.279
@@ -3034,7 +3034,7 @@
GtkAdjustment *adjustment_scale(GtkTable *table, int x, int y,
const char *label, double value, void *valuep, double min, double max,
- double step, double jump, long accuracy, const gboolean wrap,
+ double step, double jump, long accuracy, const gboolean wrap_spinner,
const char *tip, GCallback callback, GtkWidget **resetButton,
const char *resetTip, GCallback resetCallback)
{
@@ -3069,7 +3069,7 @@
w = gtk_spin_button_new(adj, step, accuracy);
gtk_spin_button_set_snap_to_ticks(GTK_SPIN_BUTTON(w), FALSE);
gtk_spin_button_set_update_policy(GTK_SPIN_BUTTON(w), GTK_UPDATE_IF_VALID);
- gtk_spin_button_set_wrap(GTK_SPIN_BUTTON(w), wrap);
+ gtk_spin_button_set_wrap(GTK_SPIN_BUTTON(w), wrap_spinner);
gtk_table_attach(table, w, x+5, x+7, y, y+1, GTK_SHRINK|GTK_FILL, 0, 0, 0);
uf_widget_set_tooltip(w, tip);
------------------------------------------------------------------------------
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