mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #696469 - renumbering subaccounts does not preserve original order
Author Sébastien Villemot <sebastien@debian.org> BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22834 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
4dc71d7455
commit
82ea3c5738
@ -1946,7 +1946,7 @@ gnc_account_renumber_response_cb (GtkDialog *dialog,
|
||||
if (response == GTK_RESPONSE_OK)
|
||||
{
|
||||
gtk_widget_hide(data->dialog);
|
||||
children = gnc_account_get_children(data->parent);
|
||||
children = gnc_account_get_children_sorted(data->parent);
|
||||
prefix = gtk_editable_get_chars(GTK_EDITABLE(data->prefix), 0, -1);
|
||||
interval =
|
||||
gtk_spin_button_get_value_as_int(GTK_SPIN_BUTTON(data->interval));
|
||||
|
Loading…
Reference in New Issue
Block a user