[gimp/soc-2011-warp: 15/72] 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/72] add missing registering for GimpWarp Geggl op
- Date: Wed, 14 Mar 2012 12:18:37 +0000 (UTC)
commit dbb0e5e2c4876dab91d3be01cd647fce477e468e
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 b9f500b..128e84e 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]