forked from len0rd/rockbox
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
This commit is contained in:
parent
80ac6893c0
commit
3ed515872c
1 changed files with 0 additions and 1 deletions
|
@ -298,7 +298,6 @@ void SelectiveInstallWidget::installBootloader(void)
|
||||||
|
|
||||||
// the bootloader install class does NOT use any GUI stuff.
|
// the bootloader install class does NOT use any GUI stuff.
|
||||||
// All messages are passed via signals.
|
// All messages are passed via signals.
|
||||||
connect(bl, &BootloaderInstallBase::done, m_logger, &ProgressLoggerGui::setFinished);
|
|
||||||
connect(bl, &BootloaderInstallBase::done, this, &SelectiveInstallWidget::continueInstall);
|
connect(bl, &BootloaderInstallBase::done, this, &SelectiveInstallWidget::continueInstall);
|
||||||
connect(bl, &BootloaderInstallBase::logItem, m_logger, &ProgressLoggerGui::addItem);
|
connect(bl, &BootloaderInstallBase::logItem, m_logger, &ProgressLoggerGui::addItem);
|
||||||
connect(bl, &BootloaderInstallBase::logProgress, m_logger, &ProgressLoggerGui::setProgress);
|
connect(bl, &BootloaderInstallBase::logProgress, m_logger, &ProgressLoggerGui::setProgress);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue