gnucash maint: Bug 762901 [PATCH] Fix saving Account Treeview sort order.

Geert Janssens gjanssens at code.gnucash.org
Sun Sep 4 11:42:17 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/16845392 (commit)
	from  https://github.com/Gnucash/gnucash/commit/5d0b6b4f (commit)



commit 1684539263a802eb50ede9d30770c84e321b92a6
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Aug 3 13:52:34 2016 +0100

    Bug 762901 [PATCH] Fix saving Account Treeview sort order.
    
    The default treeview sort order when created is the name column which
    happens to be column 0. When saving the sort order, column 0 is checked
    to see if it is the sort column and if it is the sort order is not saved
    
    Changed to check for the column not being 'name' and then save the order



Summary of changes:
 src/gnome-utils/gnc-tree-view.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)



More information about the gnucash-patches mailing list