[gegl] color: compact property meta data



commit 41a648067ff72fc745bc0da7dde678b3c73352c7
Author: Øyvind Kolås <pippin gimp org>
Date:   Fri May 16 21:15:32 2014 +0200

    color: compact property meta data

 operations/common/color.c |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/operations/common/color.c b/operations/common/color.c
index 8516c10..8189f14 100644
--- a/operations/common/color.c
+++ b/operations/common/color.c
@@ -20,15 +20,14 @@
 #include <glib/gi18n-lib.h>
 
 #ifdef GEGL_PROPERTIES
-gegl_property_color (value,
-                     "nick", _("Color"),
-                     "default", "black",
-                     "blurb", _("The color to render (defaults to 'black')"),
-                     NULL)
+gegl_property_color (value, "nick", _("Color"),
+    "blurb", _("The color to render (defaults to 'black')"),
+    "default", "black",
+    NULL)
 
 gegl_property_format (format, "nick", _("Babl Format"),
-                     "blurb", _("The babl format of the output"),
-                     NULL)
+    "blurb", _("The babl format of the output"),
+    NULL)
 #else
 
 #define GEGL_OP_POINT_RENDER


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]