[gimp] app: fix registration of babl formats
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: fix registration of babl formats
- Date: Wed, 2 May 2012 16:20:50 +0000 (UTC)
commit e540444b56e5c2d6e179070a18e7d9b083677b68
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]