[gimp/goat-invasion: 290/401] app: fix registration of babl formats
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/goat-invasion: 290/401] app: fix registration of babl formats
- Date: Mon, 2 Apr 2012 12:12:30 +0000 (UTC)
commit e1db8cc5cd45286d1a8a15f60ccbe303256dcd8c
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]