gnucash stable: Correctly handle uncommitted edits when opening a file from history.

John Ralls jralls at code.gnucash.org
Wed Jul 10 10:16:49 EDT 2024


Updated	 via  https://github.com/Gnucash/gnucash/commit/07e449a6 (commit)
	from  https://github.com/Gnucash/gnucash/commit/c08b13d2 (commit)



commit 07e449a677bcd8623f05f234e6b4e7902b6f3ccf
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jul 9 15:41:40 2024 -0700

    Correctly handle uncommitted edits when opening a file from history.
    
    By calling gnc_main_window_finish_pending as is done in all other
    execution paths that close the session. That allows an open edit to be
    committed or cancelled before the user is prompted to save the file
    instead of after when it's too late. It also allows the user to cancel closing the session at that point if there's more work to be done on the transaction.



Summary of changes:
 gnucash/gnome-utils/gnc-plugin-file-history.c | 2 ++
 1 file changed, 2 insertions(+)



More information about the gnucash-patches mailing list