gnucash stable: Bug 799766 - Double line preference not respected in search register

Robert Fewell bobit at code.gnucash.org
Sun May 24 08:00:18 EDT 2026


Updated	 via  https://github.com/Gnucash/gnucash/commit/88e50537 (commit)
	from  https://github.com/Gnucash/gnucash/commit/25e0f214 (commit)



commit 88e50537847f82a8ea33cd5c9e0cd285d3f55fd2
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun May 24 12:33:23 2026 +0100

    Bug 799766 - Double line preference not respected in search register
    
    After the changes to fix bug 799753, when the register default is to
    show double lines the search results were only showing one line of the
    transaction, a refresh of the search register would fix this.
    
    This was down to the removal of a refresh from the register creation as
    it is now done when the register is focused. In the find transaction
    dialog a refresh was being done before the register creation which was
    not reflected in the register when it was focused.
    
    To fix this, do not do a refresh when creating the search register but
    only when 'updating the search'.



Summary of changes:
 gnucash/gnome/dialog-find-transactions.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-patches mailing list