Replace calls to QOF_COMMIT_EDIT_PART1 macro with calls to qof_commit_edit()

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13827 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Chris Shoemaker
2006-04-22 04:42:29 +00:00
parent 1ef61103f4
commit 39d4d945b8
11 changed files with 12 additions and 12 deletions

View File

@@ -994,7 +994,7 @@ xaccTransCommitEdit (Transaction *trans)
{
if (!trans) return;
QOF_COMMIT_EDIT_PART1 (&trans->inst);
if (!qof_commit_edit (QOF_INSTANCE(trans))) return;
/* We increment this for the duration of the call
* so other functions don't result in a recursive