[gimp/soc-2011-warp: 15/56] add missing registering for GimpWarp Geggl op
- From: Michael Murà <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2011-warp: 15/56] add missing registering for GimpWarp Geggl op
- Date: Sat, 23 Jul 2011 20:06:17 +0000 (UTC)
commit 692df88566833d134f550326071872187e93eb85
Author: Michael Murà <batolettre gmail com>
Date: Sat Jun 4 03:00:25 2011 +0200
add missing registering for GimpWarp Geggl op
app/gegl/gimp-gegl.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/gegl/gimp-gegl.c b/app/gegl/gimp-gegl.c
index e5f8a51..71d04b1 100644
--- a/app/gegl/gimp-gegl.c
+++ b/app/gegl/gimp-gegl.c
@@ -43,6 +43,7 @@
#include "gimpoperationthreshold.h"
#include "gimpoperationtilesink.h"
#include "gimpoperationtilesource.h"
+#include "gimpoperationwarp.h"
#include "gimpoperationpointlayermode.h"
#include "gimpoperationdissolvemode.h"
@@ -107,6 +108,7 @@ gimp_gegl_init (Gimp *gimp)
g_type_class_ref (GIMP_TYPE_OPERATION_LEVELS);
g_type_class_ref (GIMP_TYPE_OPERATION_POSTERIZE);
g_type_class_ref (GIMP_TYPE_OPERATION_THRESHOLD);
+ g_type_class_ref (GIMP_TYPE_OPERATION_WARP);
g_type_class_ref (GIMP_TYPE_OPERATION_POINT_LAYER_MODE);
g_type_class_ref (GIMP_TYPE_OPERATION_DISSOLVE_MODE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]