From 092c31391b0507085ae9b9d98e1bca04b6f6c567 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 2 Oct 2001 09:39:56 +0000 Subject: [PATCH] merged fix for bug #61525 from stable tree. 2001-10-02 Sven Neumann * plug-ins/common/sobel.c (sobel_dialog): merged fix for bug #61525 from stable tree. --- ChangeLog | 5 +++++ plug-ins/common/sobel.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 643224c324..3276427c0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-10-02 Sven Neumann + + * plug-ins/common/sobel.c (sobel_dialog): merged fix for bug #61525 + from stable tree. + 2001-10-01 Michael Natterer * configure.in: create build/win32/dirent/Makefile. diff --git a/plug-ins/common/sobel.c b/plug-ins/common/sobel.c index 1e3f7131f0..6153c7c4bc 100644 --- a/plug-ins/common/sobel.c +++ b/plug-ins/common/sobel.c @@ -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);