r15765 - gnucash/branches/2.0 - When deleting an account, correctly display the new account to which

Derek Atkins warlord at cvs.gnucash.org
Fri Mar 30 17:56:02 EDT 2007


Author: warlord
Date: 2007-03-30 17:56:01 -0400 (Fri, 30 Mar 2007)
New Revision: 15765
Trac: http://svn.gnucash.org/trac/changeset/15765

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

Merge from r15649.



Property changes on: gnucash/branches/2.0
___________________________________________________________________
Name: svk:merge
   - 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/2.0:697
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:14349
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282
   + 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/2.0:697
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:14350
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282

Modified: gnucash/branches/2.0/src/gnome/gnc-plugin-page-account-tree.c
===================================================================
--- gnucash/branches/2.0/src/gnome/gnc-plugin-page-account-tree.c	2007-03-30 21:55:45 UTC (rev 15764)
+++ gnucash/branches/2.0/src/gnome/gnc-plugin-page-account-tree.c	2007-03-30 21:56:01 UTC (rev 15765)
@@ -1056,7 +1056,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