r15948 - gnucash/trunk/src/gnome-utils - Update the account name in the title of the account dialog on a parent change.

Andreas Köhler andi5 at cvs.gnucash.org
Sat Apr 21 08:47:06 EDT 2007


Author: andi5
Date: 2007-04-21 08:47:05 -0400 (Sat, 21 Apr 2007)
New Revision: 15948
Trac: http://svn.gnucash.org/trac/changeset/15948

Modified:
   gnucash/trunk/src/gnome-utils/dialog-account.c
Log:
Update the account name in the title of the account dialog on a parent change.


Modified: gnucash/trunk/src/gnome-utils/dialog-account.c
===================================================================
--- gnucash/trunk/src/gnome-utils/dialog-account.c	2007-04-21 12:26:20 UTC (rev 15947)
+++ gnucash/trunk/src/gnome-utils/dialog-account.c	2007-04-21 12:47:05 UTC (rev 15948)
@@ -998,6 +998,8 @@
     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



More information about the gnucash-changes mailing list