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 305869 - in the "Details" window, clicking the 'X' in the titlebar makes it go away without asking whether I want to save
in the "Details" window, clicking the 'X' in the titlebar makes it go away wi...
Status: RESOLVED FIXED
Product: sabayon
Classification: Deprecated
Component: general
SVN trunk
Other Linux
: Normal normal
: ---
Assigned To: Maintainers of sabayon
Maintainers of sabayon
Depends on:
Blocks:
 
 
Reported: 2005-05-29 22:03 UTC by Rosanna Yuen
Modified: 2007-09-19 19:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Rosanna Yuen 2005-05-29 22:03:29 UTC
1) Start Sabayon
2) Select a profile and select "Details"
3) Make a change
4) click the 'X' in the titlebar
5) Details window disappears

If I select Profile->Close, I get prompted as to whether I want to save.  It
should prompt me in the above example as well.
Comment 1 Mark McLoughlin 2005-06-09 09:39:17 UTC
Nice catch, fixed on HEAD:

2005-06-09  Mark McLoughlin  <markmc@redhat.com>

        Fix for bug #305869 - closing the details window using
        the WM close button doesn't give you a save confirmation
        dialog.

        * admin-tool/editorwindow.py:
        (ProfileEditorWindow.__init__): connect to the toplevel
        "delete-event" signal
        (ProfileEditorWindow.__handle_delete_event): if changes
        have been made, display the saveconfirm dialog, allowing
        the window to be destroyed unless "Cancel" is clicked.