AUDIT: r15649 - gnucash/trunk/src/gnome - When deleting an account, correctly display the new account to which

David Hampton hampton at cvs.gnucash.org
Thu Feb 22 22:42:14 EST 2007


Author: hampton
Date: 2007-02-22 22:42:11 -0500 (Thu, 22 Feb 2007)
New Revision: 15649
Trac: http://svn.gnucash.org/trac/changeset/15649

Modified:
   gnucash/trunk/src/gnome/gnc-plugin-page-account-tree.c
Log:
When deleting an account, correctly display the new account to which
transactions will be moved.
BP


Modified: gnucash/trunk/src/gnome/gnc-plugin-page-account-tree.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-account-tree.c	2007-02-23 01:24:57 UTC (rev 15648)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-account-tree.c	2007-02-23 03:42:11 UTC (rev 15649)
@@ -1004,7 +1004,7 @@
 	format = _("All of its subaccounts will be deleted.");
 	lines[++i] = g_strdup_printf("%s", format);
 	if (dta) {
-	  name = xaccAccountGetFullName(ta);
+	  name = xaccAccountGetFullName(dta);
 	  format = _("All sub-account transactions will be moved to "
 		     "the account %s.");
 	  lines[++i] = g_strdup_printf(format, name);



More information about the gnucash-changes mailing list