gnucash stable: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Thu Dec 12 17:55:03 EST 2024
Updated via https://github.com/Gnucash/gnucash/commit/ad9ed456 (commit)
via https://github.com/Gnucash/gnucash/commit/fc1ccfb0 (commit)
from https://github.com/Gnucash/gnucash/commit/94bac09c (commit)
commit ad9ed4565872d25dbca3b35f6ad405b2487c8ee7
Merge: 94bac09c60 fc1ccfb06e
Author: John Ralls <jralls at ceridwen.us>
Date: Thu Dec 12 14:54:37 2024 -0800
Merge Christopher Lam's 'bug799443' into stable.
commit fc1ccfb06ecfcfa56a8ce9efba1c523a11846a82
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sat Oct 19 08:25:30 2024 +0800
Bug 799443 - Edit find account jump then open, open the lastâ¦
highlighted account not the jumped to account
diff --git a/gnucash/gnome-utils/gnc-tree-view-account.c b/gnucash/gnome-utils/gnc-tree-view-account.c
index cdbc3a8ca2..a58b6cff03 100644
--- a/gnucash/gnome-utils/gnc-tree-view-account.c
+++ b/gnucash/gnome-utils/gnc-tree-view-account.c
@@ -1485,7 +1485,7 @@ gnc_tree_view_account_set_selected_account (GncTreeViewAccount *view,
}
gtk_tree_path_free(parent_path);
- gtk_tree_selection_select_path (selection, s_path);
+ gtk_tree_view_set_cursor (GTK_TREE_VIEW (view), s_path, 0, FALSE);
/* give gtk+ a chance to resize the tree view first by handling pending
* configure events */
Summary of changes:
gnucash/gnome-utils/gnc-tree-view-account.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list