GNOME Bugzilla – Bug 772785
Quit dialog should exit when all the images in the list have been saved.
Last modified: 2017-03-27 20:55:29 UTC
Steps: - Have 1 or more dirty images; - quit or close-all these images => a dialog appears with the list of dirty images; - save them all the images with the save icon. Result: when all the images are saved, the dialog just stands there showing 0 unsaved images. You still have to quit manually. Expected result: the dialog should kill itself and complete the intended action (which is either quit GIMP or close all the open images).
Set with importance "minor" and it could be skipped for a 2.10 release if ever we don't find the time for this (though it would be cool if we could).
commit 5e7d9d8b00f94ef90a44cfce937bf4ccdd0f3915 Author: Jehan <jehan@girinstud.io> Date: Mon Mar 27 22:43:22 2017 +0200 Bug 772785 - Quit dialog should exit when all the images in the list... ... have been saved. No need to keep a list of 0 images when the creator requested a quit or close-all actions and manually went through the list to save all remaining images. Yet one can still cancel the quit/close-all action by hitting Esc (or Cancel button) during the last save, since it is an idle source action. app/dialogs/quit-dialog.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)