mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
replace qof_book_kvp_changed with qof_instance_set_dirty
This commit is contained in:
parent
7faed65401
commit
38b3961bb8
@ -2111,7 +2111,7 @@ gnc_xml2_parse_with_subst (FileBackend *fbe, QofBook *book, GHashTable *subst)
|
|||||||
push_data, GNC_BOOK_XML2_FILE);
|
push_data, GNC_BOOK_XML2_FILE);
|
||||||
|
|
||||||
if (success)
|
if (success)
|
||||||
qof_book_kvp_changed(book);
|
qof_instance_set_dirty (QOF_INSTANCE (book));
|
||||||
|
|
||||||
return success;
|
return success;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user