merged fix for bug #61525 from stable tree.

2001-10-02  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/sobel.c (sobel_dialog): merged fix for bug #61525
	from stable tree.
This commit is contained in:
Sven Neumann
2001-10-02 09:39:56 +00:00
committed by Sven Neumann
parent 5a3493bcc9
commit 092c31391b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-10-02 Sven Neumann <sven@gimp.org>
* plug-ins/common/sobel.c (sobel_dialog): merged fix for bug #61525
from stable tree.
2001-10-01 Michael Natterer <mitch@gimp.org> 2001-10-01 Michael Natterer <mitch@gimp.org>
* configure.in: create build/win32/dirent/Makefile. * configure.in: create build/win32/dirent/Makefile.

View File

@ -290,7 +290,7 @@ sobel_dialog (void)
gtk_signal_connect (GTK_OBJECT (toggle), "toggled", gtk_signal_connect (GTK_OBJECT (toggle), "toggled",
GTK_SIGNAL_FUNC (gimp_toggle_button_update), GTK_SIGNAL_FUNC (gimp_toggle_button_update),
&bvals.keep_sign); &bvals.keep_sign);
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (toggle), bvals.vertical); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (toggle), bvals.keep_sign);
gtk_widget_show (toggle); gtk_widget_show (toggle);
gtk_widget_show (vbox); gtk_widget_show (vbox);