From 73bbda719fef4fb0b33d8a1f7d2c395ff76d13bf Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Sun, 3 Dec 2000 21:36:25 +0000 Subject: [PATCH] fix my latest ChangeLog entry which was obscure(TM) --Sven --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index cbd97e33ff..6a6dcd5588 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,9 @@ 2000-12-03 Sven Neumann - * app/gimpimage.c: do not set the layer mode of the bottom layer to - NORMAL_MODE if it is DISSOLVE_MODE since the latter does not work - on the projection with the lower layer but on the layers alpha - channel. Fixes bug #7829. + * app/gimpimage.c: when merging layers, do not set the layer mode + of the bottom layer to NORMAL_MODE if it is DISSOLVE_MODE since the + latter does not work on the projection with the lower layer but on + the layers alpha channel. Fixes bug #7829. 2000-12-03 Michael Natterer