[gimp/soc-2011-seamless-clone2] app: fix the last commit: it's n_components not 4, sigh
- From: Clayton Walker <claytonw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2011-seamless-clone2] app: fix the last commit: it's n_components not 4, sigh
- Date: Wed, 8 May 2013 15:09:47 +0000 (UTC)
commit 7e77a2bc4d20ab84bd0d8840e33109d2a87bcc90
Author: Michael Natterer <mitch gimp org>
Date: Mon Apr 8 03:33:39 2013 +0200
app: fix the last commit: it's n_components not 4, sigh
app/core/gimpimage-contiguous-region.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimpimage-contiguous-region.c b/app/core/gimpimage-contiguous-region.c
index 554a2b8..9b94dff 100644
--- a/app/core/gimpimage-contiguous-region.c
+++ b/app/core/gimpimage-contiguous-region.c
@@ -239,7 +239,7 @@ gimp_image_contiguous_region_by_color (GimpImage *image,
select_transparent,
select_criterion);
- src += 4;
+ src += n_components;
dest += 1;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]