GNOME Bugzilla – Bug 314663
Palette editor request causes fatal error
Last modified: 2005-08-27 18:13:15 UTC
Distribution/Version: debian Both ways I know of getting to the palette editor cause gimp to die with a floating point exception. In my layout it is docked, using the mouse on the tab kills gimp. I tried it through the palette palette menu also with the same results.
It crashes when trying to display an empty palette. Will fix this right away...
Fixed in CVS: 2005-08-27 Michael Natterer <mitch@gimp.org> * app/widgets/gimpviewrendererpalette.c (gimp_view_renderer_palette_init): initialize renderer->columns to != 0 to avoid floating point exceptions on initial layout calculation. Fixes bug #314663.