Fix broken cherry-pick in 4cb9edd9f0
This commit is contained in:
parent
af99c9da34
commit
54c325a631
|
@ -385,7 +385,7 @@ void PCM_TASK_MANAGER::InstallFromFile( wxWindow* aParent, const wxString& aFile
|
|||
_( "Install package" ), wxICON_EXCLAMATION | wxYES_NO, aParent )
|
||||
== wxNO )
|
||||
{
|
||||
return PCM_TASK_MANAGER::STATUS::FAILED;
|
||||
return;
|
||||
}
|
||||
|
||||
bool isUpdate = false;
|
||||
|
|
Loading…
Reference in New Issue