if there aren't any changes needed, the fall through should be to ignore

* libgimp/gimpexport.c: if there aren't any changes needed,
        the fall through should be to ignore the export and continue

--Sven
This commit is contained in:
Sven Neumann 1999-10-04 11:24:22 +00:00
parent c57717bce1
commit 6794916b38
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
1999-10-04 Sven Neumann <sven@gimp.org>
* libgimp/gimpexport.c: if there aren't any changes needed,
the fall through should be to ignore the export and continue
1999-10-04 Michael Natterer <mitch@gimp.org>
* app/brush_edit.c: name fix.

View file

@ -418,7 +418,7 @@ gimp_export_image (gint32 *image_ID_ptr,
if (actions)
dialog_return = export_dialog (actions, format);
else
dialog_return = EXPORT_EXPORT;
dialog_return = EXPORT_IGNORE;
if (dialog_return == EXPORT_EXPORT)
{