Merge pull request #50 from MihaelaStoica/xs64bit

CA-119177: On Prechecks page of Rolling Pool Upgrade wizard, the error s...
This commit is contained in:
Gabor Apati-Nagy 2014-04-29 11:07:44 +01:00
commit 78ef3dc4ab

View File

@ -376,7 +376,7 @@ namespace XenAdmin.Wizards.PatchingWizard
}
bool result = _worker != null && !_worker.IsBusy && !problemsFound;
panelErrorsFound.Visible = !result;
panelErrorsFound.Visible = problemsFound;
return result;
}