gnucash maint: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Thu Jan 9 10:01:08 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/c8eb3b37 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5bfef54d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/936e2bf3 (commit)
	from  https://github.com/Gnucash/gnucash/commit/3c6ad3ae (commit)



commit c8eb3b37380b9196718d29be759cfbda7e708b48
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Jan 9 14:59:53 2020 +0000

    Bug 797550 - Crash when changing register tab position
    
    Check for a valid GNC_MAIN_WINDOW being passed to
    gnc_main_window_update_tab_position before trying to update tabs

commit 5bfef54d6d8ed99aa7ce6d13823f691b25f78dd6
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Jan 9 14:49:25 2020 +0000

    Change some spacing in source files account-quickfill.*

commit 936e2bf3713c481250e123a4f1724b821337739e
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Jan 9 14:47:43 2020 +0000

    Bug 797546 - Autocomplete not updated when account names changed
    
    If an account name is changed, the autocomplete list store was updated
    but the hash table was not so this change checks for the name change
    and updates the hash table. Also fixed was changing the account from /
    to a placeholder account which will show or hide the account.



Summary of changes:
 gnucash/gnome-utils/account-quickfill.c | 152 +++++++++++++++++---------------
 gnucash/gnome-utils/account-quickfill.h |  10 +--
 gnucash/gnome-utils/gnc-main-window.c   |   2 +
 3 files changed, 89 insertions(+), 75 deletions(-)



More information about the gnucash-patches mailing list