AUDIT: r14694 - gnucash/trunk - Add missing call to xaccAccountBeginEdit.

David Hampton hampton at cvs.gnucash.org
Sat Aug 19 01:07:32 EDT 2006


Author: hampton
Date: 2006-08-19 01:07:31 -0400 (Sat, 19 Aug 2006)
New Revision: 14694
Trac: http://svn.gnucash.org/trac/changeset/14694

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/engine/Account.c
Log:
Add missing call to xaccAccountBeginEdit.
BP


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-08-19 01:56:44 UTC (rev 14693)
+++ gnucash/trunk/ChangeLog	2006-08-19 05:07:31 UTC (rev 14694)
@@ -1,3 +1,7 @@
+2006-08-19  David Hampton  <hampton at employees.org>
+
+	* src/engine/Account.c: Add missing call to xaccAccountBeginEdit.
+
 2006-08-18  David Hampton  <hampton at employees.org>
 
 	* various: Add some 'const' declarations.

Modified: gnucash/trunk/src/engine/Account.c
===================================================================
--- gnucash/trunk/src/engine/Account.c	2006-08-19 01:56:44 UTC (rev 14693)
+++ gnucash/trunk/src/engine/Account.c	2006-08-19 05:07:31 UTC (rev 14694)
@@ -2003,6 +2003,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