GNOME Bugzilla – Bug 305869
in the "Details" window, clicking the 'X' in the titlebar makes it go away without asking whether I want to save
Last modified: 2007-09-19 19:52:16 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.
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.