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:
Andreas Köhler 2007-04-21 12:47:05 +00:00
parent e61407f673
commit fd209757ec

View File

@ -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