AUDIT: r21747 - gnucash/trunk/src/engine - Fix typos in r21743.

Christian Stimming cstim at code.gnucash.org
Mon Dec 19 06:27:41 EST 2011


Author: cstim
Date: 2011-12-19 06:27:41 -0500 (Mon, 19 Dec 2011)
New Revision: 21747
Trac: http://svn.gnucash.org/trac/changeset/21747

Modified:
   gnucash/trunk/src/engine/gncInvoice.c
   gnucash/trunk/src/engine/gncOwner.c
Log:
Fix typos in r21743.

BP

Modified: gnucash/trunk/src/engine/gncInvoice.c
===================================================================
--- gnucash/trunk/src/engine/gncInvoice.c	2011-12-19 11:27:29 UTC (rev 21746)
+++ gnucash/trunk/src/engine/gncInvoice.c	2011-12-19 11:27:41 UTC (rev 21747)
@@ -1068,7 +1068,7 @@
     kvp = gnc_lot_get_slots (lot);
     kvp_frame_set_slot_path (kvp, NULL, GNC_INVOICE_ID, GNC_INVOICE_GUID, NULL);
     qof_instance_set_dirty (QOF_INSTANCE (lot));
-    gnc_log_commit_edit (lot);
+    gnc_lot_commit_edit (lot);
 }
 
 static void
@@ -1087,7 +1087,7 @@
     value = kvp_value_new_guid (qof_instance_get_guid (QOF_INSTANCE(invoice)));
     kvp_frame_set_slot_path (kvp, value, GNC_INVOICE_ID, GNC_INVOICE_GUID, NULL);
     qof_instance_set_dirty (QOF_INSTANCE (lot));
-    gnc_log_commit_edit (lot);
+    gnc_lot_commit_edit (lot);
     kvp_value_delete (value);
     gncInvoiceSetPostedLot (invoice, lot);
 }

Modified: gnucash/trunk/src/engine/gncOwner.c
===================================================================
--- gnucash/trunk/src/engine/gncOwner.c	2011-12-19 11:27:29 UTC (rev 21746)
+++ gnucash/trunk/src/engine/gncOwner.c	2011-12-19 11:27:41 UTC (rev 21747)
@@ -582,7 +582,7 @@
     value = kvp_value_new_guid (gncOwnerGetGUID (owner));
     kvp_frame_set_slot_path (kvp, value, GNC_OWNER_ID, GNC_OWNER_GUID, NULL);
     qof_instance_set_dirty (QOF_INSTANCE (lot));
-    gnc_log_commit_edit (lot);
+    gnc_lot_commit_edit (lot);
     kvp_value_delete (value);
 
 }



More information about the gnucash-changes mailing list