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:

committed by
Sven Neumann

parent
5a3493bcc9
commit
092c31391b
@ -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>
|
||||
|
||||
* configure.in: create build/win32/dirent/Makefile.
|
||||
|
@ -290,7 +290,7 @@ sobel_dialog (void)
|
||||
gtk_signal_connect (GTK_OBJECT (toggle), "toggled",
|
||||
GTK_SIGNAL_FUNC (gimp_toggle_button_update),
|
||||
&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 (vbox);
|
||||
|
Reference in New Issue
Block a user