aboutsummaryrefslogtreecommitdiffstats
path: root/src/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/io.c')
-rw-r--r--src/io.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/io.c b/src/io.c
index a12ab7c..5c6d254 100644
--- a/src/io.c
+++ b/src/io.c
@@ -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],