[gimp/goat-invasion: 422/608] app: remove CONSTRUCT_ONLY from "premultiplied" of GimpOperationPointLayerMode
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/goat-invasion: 422/608] app: remove CONSTRUCT_ONLY from "premultiplied" of GimpOperationPointLayerMode
- Date: Fri, 27 Apr 2012 21:00:51 +0000 (UTC)
commit d50daf54b14d3dbbb1405487a313ef1166e74008
Author: Michael Natterer <mitch gimp org>
Date: Thu Apr 5 12:47:34 2012 +0200
app: remove CONSTRUCT_ONLY from "premultiplied" of GimpOperationPointLayerMode
not because we want to change it after construction, but because it is
ugly to avoid setting it again in the generic "configure mode node" code.
app/gegl/gimpoperationpointlayermode.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/gegl/gimpoperationpointlayermode.c b/app/gegl/gimpoperationpointlayermode.c
index d6b9444..67dec95 100644
--- a/app/gegl/gimpoperationpointlayermode.c
+++ b/app/gegl/gimpoperationpointlayermode.c
@@ -135,7 +135,7 @@ gimp_operation_point_layer_mode_class_init (GimpOperationPointLayerModeClass *kl
NULL, NULL,
TRUE,
GIMP_PARAM_READWRITE |
- G_PARAM_CONSTRUCT_ONLY));
+ G_PARAM_CONSTRUCT));
for (i = 0; i < DISSOLVE_REPEAT_WIDTH * DISSOLVE_REPEAT_HEIGHT; i++)
dissolve_lut[i] = g_rand_int (rand);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]