[gimp/soc-2011-warp: 15/18] 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/18] add missing registering for GimpWarp Geggl op
- Date: Sat, 4 Jun 2011 16:19:05 +0000 (UTC)
commit 0ae7fc4b7c4b95e8ddd96c204a1b87c6274347dc
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]