mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Unconditionally enable qof alternate dirty mode.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13927 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
9323c1405d
commit
534e987273
@ -91,6 +91,7 @@ gnc_engine_init(int argc, char ** argv)
|
||||
qof_log_set_default(QOF_LOG_WARNING);
|
||||
/* initialize QOF */
|
||||
qof_init();
|
||||
qof_set_alt_dirty_mode(TRUE);
|
||||
|
||||
/* Now register our core types */
|
||||
cashobjects_register();
|
||||
|
Loading…
Reference in New Issue
Block a user