aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 326c3e4..45d3985 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -51,6 +51,8 @@ void MainWindow::on_actionOpen_triggered(bool checked) {
break;
}
+ ui->listWidget->clear();
+
if (parse_error == Archive::NoError) {
ui->listWidget->addItems(data_archive->get_status_list(view_filters));
}