app: sync with babl API change of babl_new_palette

This commit is contained in:
Øyvind Kolås
2012-03-18 13:11:55 +00:00
committed by Michael Natterer
parent 57ed75eca4
commit f5839e785e

View File

@ -72,8 +72,7 @@ gimp_image_colormap_init (GimpImage *image)
private->palette = GIMP_PALETTE (gimp_palette_new (NULL, palette_name));
/* FIXME name palette */
private->babl_palette_rgb = babl_new_palette (NULL, FALSE);
private->babl_palette_rgba = babl_new_palette (NULL, TRUE);
babl_new_palette (NULL, &private->babl_palette_rgb, &private->babl_palette_rgba);
gimp_palette_set_columns (private->palette, 16);