git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9474 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2003-10-12 01:35:38 +00:00
parent d5a46f510c
commit 58bba344e2

View File

@ -145,12 +145,12 @@
(obj)->do_free = FALSE; \
(on_error)((obj), errcode); \
qof_backend_set_error (be, errcode); \
} \
} \
if (on_done) { (on_done)(obj); } \
obj->dirty = FALSE; \
\
if ((obj)->do_free) { (on_free)(obj); } \
} \
} \
(on_done)(obj); \
(obj)->dirty = FALSE; \
\
if ((obj)->do_free) { (on_free)(obj); } \
}