gnucash stable: [account.cpp] gnc_account_remove_split searches from the end
Christopher Lam
clam at code.gnucash.org
Tue May 21 08:31:33 EDT 2024
Updated via https://github.com/Gnucash/gnucash/commit/5aff4fb5 (commit)
from https://github.com/Gnucash/gnucash/commit/2d030c5a (commit)
commit 5aff4fb57d7c9723676f02d4ae9a0ac47bcdf442
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Tue May 21 20:29:17 2024 +0800
[account.cpp] gnc_account_remove_split searches from the end
because removing the latest split is far more common (e.g. from ui or
during book shutdown) than removing an early split.
Summary of changes:
libgnucash/engine/Account.cpp | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
More information about the gnucash-patches
mailing list