[gimp/goat-invasion: 290/608] app: fix registration of babl formats



commit 815e6077b4e2a92f782e3430dd803eaaddb4e138
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Wed Mar 28 01:27:23 2012 +0100

    app: fix registration of babl formats

 app/gegl/gimp-gegl.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/gegl/gimp-gegl.c b/app/gegl/gimp-gegl.c
index 33de503..65547bf 100644
--- a/app/gegl/gimp-gegl.c
+++ b/app/gegl/gimp-gegl.c
@@ -105,17 +105,17 @@ gimp_gegl_init (Gimp *gimp)
   babl_format_new ("name", "R' u8",
                    babl_model ("R'G'B'A"),
                    babl_type ("u8"),
-                   babl_component ("R"),
+                   babl_component ("R'"),
                    NULL);
   babl_format_new ("name", "G' u8",
                    babl_model ("R'G'B'A"),
                    babl_type ("u8"),
-                   babl_component ("G"),
+                   babl_component ("G'"),
                    NULL);
   babl_format_new ("name", "B' u8",
                    babl_model ("R'G'B'A"),
                    babl_type ("u8"),
-                   babl_component ("B"),
+                   babl_component ("B'"),
                    NULL);
   babl_format_new ("name", "A u8",
                    babl_model ("R'G'B'A"),



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