CA-145608: Starts up at blank search page

-Fixed field initialisation that caused XenCenter to immediately switch away from the Home Page when started
This commit is contained in:
Gabor Apati-Nagy 2014-09-10 16:51:14 +01:00
parent 0d0daa4ddb
commit 102d313e69

View File

@ -42,7 +42,7 @@ namespace XenAdmin.Commands
internal class SelectionManager : SelectionBroadcaster
{
private SelectedItemCollection _selection = new SelectedItemCollection();
private SelectedItemCollection savedSelection = new SelectedItemCollection();
private SelectedItemCollection savedSelection = null;
/// <summary>
/// Sets the main selection for XenCenter.