From 8d21d63a6e95c4b19d71eb2e5340cb9bb94dba2c Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Fri, 4 Feb 2000 14:30:46 +0000 Subject: [PATCH] reverted stanislavs change --Sven --- ChangeLog | 6 ++++++ app/core/gimp-edit.c | 2 +- app/core/gimpedit.c | 2 +- app/global_edit.c | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 25dd5cf324..1e3a5b9d91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Feb 5 13:22:47 CET 2000 Sven Neumann + + * app/global_edit.c: Reverted Stanislavs change. While I think that + using the FG color would make sense, it is definitely too late to + change this now since it breaks lots of scripts and plugins. + 2000-02-05 Tor Lillqvist * gimprc.in: user_install creates the gflare directory as diff --git a/app/core/gimp-edit.c b/app/core/gimp-edit.c index 9b1f97bb0f..e94e275266 100644 --- a/app/core/gimp-edit.c +++ b/app/core/gimp-edit.c @@ -431,7 +431,7 @@ edit_fill (GImage *gimage, if (!gimage || drawable == NULL) return FALSE; - gimage_get_foreground (gimage, drawable, col); + gimage_get_background (gimage, drawable, col); if (drawable_has_alpha (drawable)) col [drawable_bytes (drawable) - 1] = OPAQUE_OPACITY; diff --git a/app/core/gimpedit.c b/app/core/gimpedit.c index 9b1f97bb0f..e94e275266 100644 --- a/app/core/gimpedit.c +++ b/app/core/gimpedit.c @@ -431,7 +431,7 @@ edit_fill (GImage *gimage, if (!gimage || drawable == NULL) return FALSE; - gimage_get_foreground (gimage, drawable, col); + gimage_get_background (gimage, drawable, col); if (drawable_has_alpha (drawable)) col [drawable_bytes (drawable) - 1] = OPAQUE_OPACITY; diff --git a/app/global_edit.c b/app/global_edit.c index 9b1f97bb0f..e94e275266 100644 --- a/app/global_edit.c +++ b/app/global_edit.c @@ -431,7 +431,7 @@ edit_fill (GImage *gimage, if (!gimage || drawable == NULL) return FALSE; - gimage_get_foreground (gimage, drawable, col); + gimage_get_background (gimage, drawable, col); if (drawable_has_alpha (drawable)) col [drawable_bytes (drawable) - 1] = OPAQUE_OPACITY;