From 3b17ab01937a88a02f9ea2edcc1e812e91a3fdc0 Mon Sep 17 00:00:00 2001 From: Kelly Lynn Martin Date: Tue, 28 Mar 2000 15:47:37 +0000 Subject: [PATCH] integers are not doubles! 2000-03-28 Kelly Lynn Martin * plug-ins/common/warp.c (warp_dialog): integers are not doubles! --- ChangeLog | 5 +++++ plug-ins/common/warp.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e32208cf9a..bb2a096ade 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-03-28 Kelly Lynn Martin + + * plug-ins/common/warp.c (warp_dialog): integers are not doubles! + Tue Mar 28 16:04:14 CEST 2000 Stanislav Brabec * plug-ins/gflare/gflare.c: Typo fix. @@ -193,6 +197,7 @@ Sat Mar 25 20:57:24 CET 2000 Stanislav Brabec busy. This is not really what we want but at least it prevents crashes. +>>>>>>> 1.2476 2000-03-25 Sven Neumann * plug-ins/script-fu/script-fu-console.c: only call gtk_main_quit() diff --git a/plug-ins/common/warp.c b/plug-ins/common/warp.c index 52f3ca618c..9fd6aa3876 100644 --- a/plug-ins/common/warp.c +++ b/plug-ins/common/warp.c @@ -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 */