From fd209757ec2d38aa5573f73fe6c6cead36d99474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Sat, 21 Apr 2007 12:47:05 +0000 Subject: [PATCH] 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 --- src/gnome-utils/dialog-account.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gnome-utils/dialog-account.c b/src/gnome-utils/dialog-account.c index 211eb00fa6..e42adc2542 100644 --- a/src/gnome-utils/dialog-account.c +++ b/src/gnome-utils/dialog-account.c @@ -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