Merge pull request #16 from MihaelaStoica/master

CA-123914: Install update wizard: When applying a patch to multiple pool...
This commit is contained in:
Konstantina Chremmou 2014-02-04 02:47:50 -08:00
commit 0d2b9a3df3

View File

@ -168,8 +168,8 @@ namespace XenAdmin.Wizards.PatchingWizard
}
}
}
planActions.Add(new UnwindProblemsAction(ProblemsResolvedPreCheck));
}
planActions.Add(new UnwindProblemsAction(ProblemsResolvedPreCheck));
actionsWorker = new BackgroundWorker();
actionsWorker.DoWork += new DoWorkEventHandler(PatchingWizardAutomaticPatchWork);