Misc changes for .18

* app/indexed_palette.c: fix for wrong color selected in indexed
        palette dialog

        * app/xcf.c: don't crash on bad input (0 byte files)

        * app/plug_in.h
        * app/plug_in.c: fixes Gimp's most obscure bug. Failed plugin
        queries are handle correctly now

        * app/commands.c: added marching ants speed to preferences

        * plug-ins/tiff/tiff.c: correction for inversion for MINISWHITE
        images without alpha

        * plug-ins/pcx/pcx.c: updated to new version

        * app/paint_funcs.h: changed OPAQUE and TRANSPARENT to
        OPAQUE_OPACITY and TRANSPARENT_OPACITY to avoid possible
        conflicts. All affects .c files changed.

-Yosh
This commit is contained in:
Manish Singh
1998-01-25 01:24:46 +00:00
parent 3014db05f3
commit 2ce0e15023
109 changed files with 1011 additions and 1370 deletions

View File

@ -1967,9 +1967,8 @@ plug_in_query (char *filename,
}
plug_in_pop ();
plug_in_destroy (plug_in);
}
plug_in_destroy (plug_in);
}
}