[gimp/goat-invasion] app: fix registration of babl_format("A u8")



commit 7d9494ceed5a1e36108bbbbc0e370cbbeb1ca002
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Wed Mar 28 01:15:32 2012 +0100

    app: fix registration of babl_format("A u8")

 app/gegl/gimp-gegl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/gegl/gimp-gegl.c b/app/gegl/gimp-gegl.c
index 10fa874..33de503 100644
--- a/app/gegl/gimp-gegl.c
+++ b/app/gegl/gimp-gegl.c
@@ -117,7 +117,7 @@ gimp_gegl_init (Gimp *gimp)
                    babl_type ("u8"),
                    babl_component ("B"),
                    NULL);
-  babl_format_new ("name", "A' u8",
+  babl_format_new ("name", "A u8",
                    babl_model ("R'G'B'A"),
                    babl_type ("u8"),
                    babl_component ("A"),



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