From 1f90bbd251115bfb32ac27f816dd971c822a5acc Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 7 Sep 1999 10:58:20 +0000 Subject: [PATCH] Correct the bug in gimage_mask_border_callback () that was reported on the list yesterday. --Sven --- ChangeLog | 4 ++++ app/actions/help-commands.c | 2 +- app/commands.c | 2 +- app/gui/commands.c | 2 +- app/gui/help-commands.c | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 95ec1e28b2..afd709097f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Sep 7 12:59:18 MEST 1999 Sven Neumann + + * app/commands.c: correct the bug that Garry R. Osgood reported. + Tue Sep 7 03:15:20 CEST 1999 Olof S Kylander * app/airbrush_blob.[ch] new file diff --git a/app/actions/help-commands.c b/app/actions/help-commands.c index 594761254e..72dffec762 100644 --- a/app/actions/help-commands.c +++ b/app/actions/help-commands.c @@ -1340,7 +1340,7 @@ gimage_mask_border_callback (GtkWidget *widget, g_free (call_data); unit = (GUnit) gtk_object_get_data (GTK_OBJECT (widget), "size_query_unit"); - radius_x = radius_y = selection_feather_radius; + radius_x = radius_y = selection_border_radius; if (unit != UNIT_PIXEL) { diff --git a/app/commands.c b/app/commands.c index 594761254e..72dffec762 100644 --- a/app/commands.c +++ b/app/commands.c @@ -1340,7 +1340,7 @@ gimage_mask_border_callback (GtkWidget *widget, g_free (call_data); unit = (GUnit) gtk_object_get_data (GTK_OBJECT (widget), "size_query_unit"); - radius_x = radius_y = selection_feather_radius; + radius_x = radius_y = selection_border_radius; if (unit != UNIT_PIXEL) { diff --git a/app/gui/commands.c b/app/gui/commands.c index 594761254e..72dffec762 100644 --- a/app/gui/commands.c +++ b/app/gui/commands.c @@ -1340,7 +1340,7 @@ gimage_mask_border_callback (GtkWidget *widget, g_free (call_data); unit = (GUnit) gtk_object_get_data (GTK_OBJECT (widget), "size_query_unit"); - radius_x = radius_y = selection_feather_radius; + radius_x = radius_y = selection_border_radius; if (unit != UNIT_PIXEL) { diff --git a/app/gui/help-commands.c b/app/gui/help-commands.c index 594761254e..72dffec762 100644 --- a/app/gui/help-commands.c +++ b/app/gui/help-commands.c @@ -1340,7 +1340,7 @@ gimage_mask_border_callback (GtkWidget *widget, g_free (call_data); unit = (GUnit) gtk_object_get_data (GTK_OBJECT (widget), "size_query_unit"); - radius_x = radius_y = selection_feather_radius; + radius_x = radius_y = selection_border_radius; if (unit != UNIT_PIXEL) {