summaryrefslogtreecommitdiff
path: root/src/editexecutablesdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/editexecutablesdialog.cpp')
-rw-r--r--src/editexecutablesdialog.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/editexecutablesdialog.cpp b/src/editexecutablesdialog.cpp
index da207f93..974020d0 100644
--- a/src/editexecutablesdialog.cpp
+++ b/src/editexecutablesdialog.cpp
@@ -241,6 +241,9 @@ void EditExecutablesDialog::on_closeButton_clicked()
return;
} else if (res == QMessageBox::Yes) {
saveExecutable();
+ // the executable list returned to callers is generated from the user data in the widgets,
+ // NOT the list we just saved
+ refreshExecutablesWidget();
}
}
this->accept();