rbuti: fix the same false error message, when uninstalling the ipod bootloader
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13801 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
96e8a1b08d
commit
9b20dfd88f
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ void rbutilFrm::OnBootloaderRemoveBtn(wxCommandEvent& event)
|
|||
MESG_DIALOG(wxT("The Uninstallation failed.") );
|
||||
}
|
||||
}
|
||||
if(bootloadermethod == wxT("sansapatcher"))
|
||||
else if(bootloadermethod == wxT("sansapatcher"))
|
||||
{
|
||||
if(sansapatcher(BOOTLOADER_REM,gv->plat_bootloadername[index]))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue