mirror of https://github.com/GNOME/gimp.git
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:
parent
c57717bce1
commit
6794916b38
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue