From 3ed515872c9997e8c59c5665d04955b2e717ac06 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 18 Apr 2022 19:22:26 +0200 Subject: rbutil: Fix progress dialog abort changed too early. Don't change the abort button to Ok after a successful bootloader install, this will be done by the following steps. Change-Id: I4275de1f44bddf0580b10b36240a36a43daa68d0 --- utils/rbutilqt/gui/selectiveinstallwidget.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'utils/rbutilqt/gui/selectiveinstallwidget.cpp') diff --git a/utils/rbutilqt/gui/selectiveinstallwidget.cpp b/utils/rbutilqt/gui/selectiveinstallwidget.cpp index 59fa1786c0..28dd50d482 100644 --- a/utils/rbutilqt/gui/selectiveinstallwidget.cpp +++ b/utils/rbutilqt/gui/selectiveinstallwidget.cpp @@ -298,7 +298,6 @@ void SelectiveInstallWidget::installBootloader(void) // the bootloader install class does NOT use any GUI stuff. // All messages are passed via signals. - connect(bl, &BootloaderInstallBase::done, m_logger, &ProgressLoggerGui::setFinished); connect(bl, &BootloaderInstallBase::done, this, &SelectiveInstallWidget::continueInstall); connect(bl, &BootloaderInstallBase::logItem, m_logger, &ProgressLoggerGui::addItem); connect(bl, &BootloaderInstallBase::logProgress, m_logger, &ProgressLoggerGui::setProgress); -- cgit v1.2.3