integers are not doubles!
2000-03-28 Kelly Lynn Martin <kelly@poverty.bloomington.in.us> * plug-ins/common/warp.c (warp_dialog): integers are not doubles!
This commit is contained in:
parent
46bff419d3
commit
3b17ab0193
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2000-03-28 Kelly Lynn Martin <kelly@poverty.bloomington.in.us>
|
||||
|
||||
* plug-ins/common/warp.c (warp_dialog): integers are not doubles!
|
||||
|
||||
Tue Mar 28 16:04:14 CEST 2000 Stanislav Brabec <utx@penguin.cz>
|
||||
|
||||
* plug-ins/gflare/gflare.c: Typo fix.
|
||||
|
|
@ -193,6 +197,7 @@ Sat Mar 25 20:57:24 CET 2000 Stanislav Brabec <utx@penguin.cz>
|
|||
busy. This is not really what we want but at least it prevents
|
||||
crashes.
|
||||
|
||||
>>>>>>> 1.2476
|
||||
2000-03-25 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/script-fu/script-fu-console.c: only call gtk_main_quit()
|
||||
|
|
|
|||
|
|
@ -485,7 +485,7 @@ warp_dialog (GDrawable *drawable)
|
|||
_("Iterations:"), 1.0, 0.5,
|
||||
spinbutton, 1, TRUE);
|
||||
gtk_signal_connect (GTK_OBJECT (adj), "value_changed",
|
||||
GTK_SIGNAL_FUNC (gimp_double_adjustment_update),
|
||||
GTK_SIGNAL_FUNC (gimp_int_adjustment_update),
|
||||
&dvals.iter);
|
||||
|
||||
/* Displacement map menu */
|
||||
|
|
|
|||
Loading…
Reference in a new issue