r14696 - gnucash/branches/2.0 - Add missing call to xaccAccountBeginEdit. Back-ported from trunk, r14694

Christian Stimming cstim at cvs.gnucash.org
Sun Aug 20 04:24:35 EDT 2006


Author: cstim
Date: 2006-08-20 04:24:34 -0400 (Sun, 20 Aug 2006)
New Revision: 14696
Trac: http://svn.gnucash.org/trac/changeset/14696

Modified:
   gnucash/branches/2.0/ChangeLog
   gnucash/branches/2.0/src/engine/Account.c
Log:
Add missing call to xaccAccountBeginEdit. Back-ported from trunk, r14694

Modified: gnucash/branches/2.0/ChangeLog
===================================================================
--- gnucash/branches/2.0/ChangeLog	2006-08-20 03:32:21 UTC (rev 14695)
+++ gnucash/branches/2.0/ChangeLog	2006-08-20 08:24:34 UTC (rev 14696)
@@ -1,3 +1,7 @@
+2006-08-19  David Hampton  <hampton at employees.org>
+
+	* src/engine/Account.c: Add missing call to xaccAccountBeginEdit.
+
 2006-08-14  David Hampton  <hampton at employees.org>
 
 	* doc/tip_of_the_day.list.in: Add a tip for raising the accounts

Modified: gnucash/branches/2.0/src/engine/Account.c
===================================================================
--- gnucash/branches/2.0/src/engine/Account.c	2006-08-20 03:32:21 UTC (rev 14695)
+++ gnucash/branches/2.0/src/engine/Account.c	2006-08-20 08:24:34 UTC (rev 14696)
@@ -2001,6 +2001,7 @@
 {
   if (!acc) return;
   
+  xaccAccountBeginEdit (acc);
   kvp_frame_set_string (acc->inst.kvp_data, "hidden",
 			val ? "true" : NULL);
   mark_account (acc);



More information about the gnucash-changes mailing list