mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
oops
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9474 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
d5a46f510c
commit
58bba344e2
@ -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); } \
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user