After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 764698 - Unsaved Changes (multiple images) prompt displayed even when only one image was open
Unsaved Changes (multiple images) prompt displayed even when only one image w...
Status: RESOLVED DUPLICATE of bug 706309
Product: GIMP
Classification: Other
Component: User Interface
2.8.14
Other Windows
: Normal minor
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2016-04-06 21:36 UTC by strata_ranger
Modified: 2016-04-10 17:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description strata_ranger 2016-04-06 21:36:59 UTC
Any time you are about to close multiple images (e.g. "Close All" or "Exit GIMP" commands) GIMP uses a variation of the unsaved changes prompt that shows a list of open images and your available options are Discard All Changes or Cancel.

However, in the case that only one image window was open, this prompt is not so useful and GIMP should instead display the single-image unsaved changes prompt (e.g. save/discard/cancel).

This occurs notably more often when running GIMP in single-window mode, as closing that window results in exiting GIMP.
Comment 1 Michael Natterer 2016-04-07 06:19:09 UTC
I don't think we should shortcut to the "close image" dialog in such
a case. IMO we should rather close this a duplicate of bug 706309 too
and implement save buttons in the quit dialog.
Comment 2 Michael Natterer 2016-04-09 17:08:23 UTC
Thinking again, we cannot shortcut to the "close image" dialog even
if we wanted. One could dirty other images while the dialog is
open, and they would appear in the list. Closing as duplicate.

*** This bug has been marked as a duplicate of bug 706309 ***
Comment 3 strata_ranger 2016-04-10 17:59:38 UTC
> One could dirty other images while the dialog is open...

...even though only one image window was open?

Though it is true the dialog box isn't modal, so the user could potentially do any number of things before addressing it...