Merge pull request #648 from agimofcarmen/CA-181309_II

CA-181309: Dismiss button in the Updates Tab is now disabled if the l…
This commit is contained in:
Mihaela Stoica 2015-09-04 12:17:03 +01:00
commit 80d5fe6525

View File

@ -359,7 +359,7 @@ namespace XenAdmin.TabPages
private void UpdateButtonEnablement() private void UpdateButtonEnablement()
{ {
toolStripButtonExportAll.Enabled = Updates.UpdateAlertsCount > 0; toolStripButtonExportAll.Enabled = toolStripSplitButtonDismiss.Enabled = Updates.UpdateAlertsCount > 0;
} }
private void ShowInformationHelper(string reason) private void ShowInformationHelper(string reason)