[gegl] operations: set the "transform" category also on chanted transform ops
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] operations: set the "transform" category also on chanted transform ops
- Date: Fri, 31 May 2013 07:29:31 +0000 (UTC)
commit 91c9af88332494bc20ec04d3d4808e0667558cd7
Author: Michael Natterer <mitch gimp org>
Date: Fri May 31 09:27:21 2013 +0200
operations: set the "transform" category also on chanted transform ops
operations/transform/chant.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/operations/transform/chant.h b/operations/transform/chant.h
index 8e52328..e4c95ee 100644
--- a/operations/transform/chant.h
+++ b/operations/transform/chant.h
@@ -189,8 +189,11 @@ gegl_chant_class_init (ChantClass * klass)
#define M_GEGL_CHANT_SET_NAME(name) M_GEGL_CHANT_SET_NAME_EXTENDED(name)
M_GEGL_CHANT_SET_NAME (GEGL_CHANT_NAME);
+ gegl_operation_class_set_key (operation_class, "categories", "transform");
+
#ifdef GEGL_CHANT_DESCRIPTION
- gegl_operation_class_set_key (operation_class, "description", GEGL_CHANT_DESCRIPTION);
+ gegl_operation_class_set_key (operation_class, "description",
+ GEGL_CHANT_DESCRIPTION);
#endif
#define gegl_chant_double(name, min, max, def, blurb) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]