CP-12617: Port CP-12191 to trunk:

Fixed build error: "ShowJustHostInSearch is not roaming"

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
Gabor Apati-Nagy 2015-10-28 14:09:16 +00:00
parent f5dd0ed9c1
commit fed8b7ccd7
2 changed files with 4 additions and 3 deletions

View File

@ -686,6 +686,7 @@ namespace XenAdmin.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
public bool ShowJustHostInSearch {
get {
return ((bool)(this["ShowJustHostInSearch"]));

View File

@ -154,11 +154,11 @@
</Setting>
<Setting Name="PinConnectionBar" Roaming="true" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
</Setting>
<Setting Name="ShowHealthCheckEnrollmentReminder" Roaming="true" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="ShowJustHostInSearch" Type="System.Boolean" Scope="User">
</Setting>
<Setting Name="ShowJustHostInSearch" Roaming="true" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
</Settings>