diff --git a/ChangeLog b/ChangeLog index bf3e04db5a..2e2db77af5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2000-02-09 Garry R. Osgood + + * gimp/plug-ins/common/randomize.c + Inadvertent use of wrong adjustment + update callback failed to get proper + value of randomizing count from GUI. + [line 771, CVS-1.28] Closes #5948. + Mit Feb 9 15:32:39 CET 2000 Sven Neumann * app/menus.c: an attempt to guard us against badly translated diff --git a/plug-ins/common/randomize.c b/plug-ins/common/randomize.c index e46f6a86c5..608b373009 100644 --- a/plug-ins/common/randomize.c +++ b/plug-ins/common/randomize.c @@ -768,7 +768,7 @@ randomize_dialog (void) TRUE, 0, 0, _("Number of times to apply filter"), NULL); gtk_signal_connect (GTK_OBJECT (adj), "value_changed", - GTK_SIGNAL_FUNC (gimp_int_adjustment_update), + GTK_SIGNAL_FUNC (gimp_double_adjustment_update), &pivals.rndm_rcount); gtk_widget_show (frame);