diff --git a/qt-ui/downloadfromdivecomputer.cpp b/qt-ui/downloadfromdivecomputer.cpp index c57aa1ef2..d4deff268 100644 --- a/qt-ui/downloadfromdivecomputer.cpp +++ b/qt-ui/downloadfromdivecomputer.cpp @@ -422,7 +422,7 @@ void DownloadFromDCWidget::on_ok_clicked() { struct dive *dive; - if (currentState != DONE) + if (currentState != DONE && currentState != ERROR) return; // record all the dives in the 'real' dive_table