Fix save of interactively imported data

Adresses Github issue #249.

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lars Henriksen 2019-11-02 08:10:50 +01:00 committed by Lukas Fleischer
parent b293b1829d
commit 4aae26e601

View File

@ -1282,6 +1282,10 @@ void io_import_data(enum import_type type, const char *stream_name,
if (stream != stdin)
file_close(stream, __FILE_POS__);
if (ui_mode == UI_CURSES &&
(stats.apoints > 0 || stats.events > 0 || stats.todos > 0))
io_set_modified();
asprintf(&stats_str[0], ngettext("%d app", "%d apps", stats.apoints),
stats.apoints);
asprintf(&stats_str[1],