mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-12 06:35:22 -05:00
rbutil: ups moved a connect to the wrong place.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16998 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b235b1306e
commit
86a5d62f7b
1 changed files with 2 additions and 3 deletions
|
|
@ -513,7 +513,6 @@ void RbUtilQt::installBootloaderBtn()
|
||||||
// create logger
|
// create logger
|
||||||
logger = new ProgressLoggerGui(this);
|
logger = new ProgressLoggerGui(this);
|
||||||
logger->show();
|
logger->show();
|
||||||
connect(blinstaller,SIGNAL(done(bool)),this,SLOT(installdone(bool)));
|
|
||||||
|
|
||||||
installBootloader();
|
installBootloader();
|
||||||
}
|
}
|
||||||
|
|
@ -587,7 +586,7 @@ void RbUtilQt::installBootloader()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
blinstaller->setOrigFirmwarePath(offirmware);
|
blinstaller->setOrigFirmwarePath(offirmware);
|
||||||
|
connect(blinstaller,SIGNAL(done(bool)),this,SLOT(installdone(bool)));
|
||||||
blinstaller->install(logger);
|
blinstaller->install(logger);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue