mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Update the account name in the title of the account dialog on a parent change.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15948 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
e61407f673
commit
fd209757ec
@ -998,6 +998,8 @@ gnc_account_parent_changed_cb (GtkTreeSelection *selection, gpointer data)
|
||||
type_selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (aw->type_view));
|
||||
gnc_tree_model_account_types_set_selection(type_selection, 1 << aw->type);
|
||||
}
|
||||
|
||||
gnc_account_window_set_name(aw);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user