[gimp/goat-invasion: 289/526] app: fix registration of babl_format("A u8")
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/goat-invasion: 289/526] app: fix registration of babl_format("A u8")
- Date: Sun, 22 Apr 2012 13:23:34 +0000 (UTC)
commit 858ae6debfc4c80a0914ff73357345b031f350c4
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]