Fix parsing of transaction slots.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3203 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-11-28 07:22:41 +00:00
parent a5f2c1bfdd
commit 17cd046e33

View File

@ -4163,6 +4163,7 @@ gnc_transaction_parser_new() {
sixtp_set_start(restore_pr, txn_restore_start_handler);
sixtp_set_chars(restore_pr, allow_and_ignore_only_whitespace);
sixtp_set_end(restore_pr, txn_restore_end_handler);
sixtp_set_after_child(restore_pr, txn_restore_after_child_handler);
sixtp_set_fail(restore_pr, txn_restore_fail_handler);
sixtp_add_sub_parser(top_level, "restore", restore_pr);