app: fix the babl model of the "A u16" format

makes babl stats crash one line later...
This commit is contained in:
Michael Natterer 2012-12-03 23:03:56 +01:00
parent 2372ed5e47
commit 2e54d88ef2
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ gimp_babl_init (void)
babl_component ("B'"),
NULL);
babl_format_new ("name", "A u16",
babl_model ("RGBA"),
babl_model ("R'G'B'A"),
babl_type ("u16"),
babl_component ("A"),
NULL);