aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r--hardinfo2/shell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hardinfo2/shell.c b/hardinfo2/shell.c
index 3768d1fd..2f67e3e7 100644
--- a/hardinfo2/shell.c
+++ b/hardinfo2/shell.c
@@ -264,6 +264,8 @@ void shell_status_set_enabled(gboolean setting)
else {
gtk_widget_hide(shell->progress);
shell_view_set_enabled(TRUE);
+
+ shell_status_update("Done.");
}
}