Quit only closes the current window
@pyluyten
Submitted by Pierre-Yves LUYTEN Link to original bug (#772801)
Description
On the application menu, "Quit" closes the current window.
(see bug https://bugzilla.gnome.org/show_bug.cgi?id=724478)
Other applications use Quit to close all windows. In HIG (https://developer.gnome.org/hig/stable/application-menus.html.en) one can read :
<quote>
Only include menu items that relate to the application as a whole, such as application preferences. Items that are specific to a particular window or view, or which act on content within an application window, should not be included.
</quote>
so i believe
- if there is a "close current window" option it should be somewhere else
- if there is a quit option on the application menu it should quit the whole app. As noticed on 724478 bug report a user warning should be designed to avoid data loss.
Version: git master