gimp/plug-ins/common/randomize.c Inadvertent use of wrong adjustment

2000-02-09  Garry R. Osgood <gosgood@idt.net>
* 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.
This commit is contained in:
Garry R. Osgood 2000-02-10 00:08:27 +00:00 committed by Garry R. Osgood
parent 9cb95b1949
commit f4124d81ff
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2000-02-09 Garry R. Osgood <gosgood@idt.net>
* 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 <sven@gimp.org>
* app/menus.c: an attempt to guard us against badly translated

View File

@ -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);