summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorTannin <sherb@gmx.net>2016-05-15 12:59:50 +0200
committerTannin <sherb@gmx.net>2016-05-15 12:59:50 +0200
commit519f215fd78639bbd9120ae0c24ea251f6419822 (patch)
tree0f03b8456e383cf81323c0c7e820747351af718a /src/mainwindow.cpp
parent59a36107a1ba47b69c5016bf833922fbe5509e7c (diff)
fixed saves list wasn't updated after removing a save game
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index f21698b0..0ede643b 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -3069,6 +3069,7 @@ void MainWindow::deleteSavegame_clicked()
.arg(savesMsgLabel),
QMessageBox::Yes | QMessageBox::No) == QMessageBox::Yes) {
shellDelete(deleteFiles, true); // recycle bin delete.
+ refreshSaveList();
}
}