gnucash stable: Bug 799121 - Parse error on CSV import on MacOS
John Ralls
jralls at code.gnucash.org
Thu Nov 16 23:30:38 EST 2023
Updated via https://github.com/Gnucash/gnucash/commit/102304b3 (commit)
from https://github.com/Gnucash/gnucash/commit/8d993e73 (commit)
commit 102304b38b153a5b87280da88d0679663eec2e1f
Author: John Ralls <jralls at ceridwen.us>
Date: Thu Nov 16 18:15:17 2023 -0800
Bug 799121 - Parse error on CSV import on MacOS
Use csv_tximp_preview_sep_button_cb solely as a callback, its error
handling doesn't make sense otherwise. All we want at the end of
preview_refresh is to attempt a tokenize.
In addition to not going into an infinite loop with the message box
this presents a more helpful message suggesting that the encoding is
wrong.
Summary of changes:
gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
More information about the gnucash-patches
mailing list