diff --git a/core/src/mainwindow.cpp b/core/src/mainwindow.cpp index 2f26041..4b753ac 100644 --- a/core/src/mainwindow.cpp +++ b/core/src/mainwindow.cpp @@ -1890,7 +1890,8 @@ void MainWindow::commandFailed(int sequencenumber,unsigned short errornum) } else { - if (progressView) progressView->taskFail(sequencenumber); + //interrogateTaskFail(int) catches this case. + //if (progressView) progressView->taskFail(sequencenumber); } }