diff --git a/ChangeLog b/ChangeLog index 9873f54bfc..a795b47ae2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 26 02:49:30 BST 1999 Nick Lamb + + * plug-ins/common/pix.c: Doesn't actually have ALPHA, so + change Export call appropriately. + Tue Oct 26 01:57:00 BST 1999 Nick Lamb * plug-ins/common/xbm.c: Use gtk_initialized diff --git a/plug-ins/common/pix.c b/plug-ins/common/pix.c index 160734f5ae..7970c8bd71 100644 --- a/plug-ins/common/pix.c +++ b/plug-ins/common/pix.c @@ -216,7 +216,7 @@ run (char *name, case RUN_WITH_LAST_VALS: init_gtk (); export = gimp_export_image (&image_ID, &drawable_ID, "PIX", - (CAN_HANDLE_RGB | CAN_HANDLE_GRAY | CAN_HANDLE_ALPHA)); + (CAN_HANDLE_RGB | CAN_HANDLE_GRAY)); if (export == EXPORT_CANCEL) { values[0].data.d_status = STATUS_EXECUTION_ERROR;