aboutsummaryrefslogtreecommitdiff
path: root/addons/xbmc.gui
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2014-12-22 00:53:24 +0100
committermontellese <montellese@xbmc.org>2014-12-22 01:06:00 +0100
commitfca062446d431a22df054b2c345a817cdb4399f0 (patch)
tree0fa55c53fea3a9220594b325e7e7672efdcd4073 /addons/xbmc.gui
parentc7ca1cbb5ffaf42c2af26e11999b9e67b59d2b35 (diff)
addons: "defaultresolution" attribute is optional in skin.xsd
Diffstat (limited to 'addons/xbmc.gui')
-rw-r--r--addons/xbmc.gui/skin.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/xbmc.gui/skin.xsd b/addons/xbmc.gui/skin.xsd
index b7e4a91108..edf1e337a1 100644
--- a/addons/xbmc.gui/skin.xsd
+++ b/addons/xbmc.gui/skin.xsd
@@ -17,7 +17,7 @@
<xs:attribute name="point" type="xs:string" use="required"/>
<xs:attribute name="id" type="simpleIdentifier"/>
<xs:attribute name="name" type="xs:string"/>
- <xs:attribute name="defaultresolution" type="xs:string" use="required"/>
+ <xs:attribute name="defaultresolution" type="xs:string"/>
<xs:attribute name="defaultwideresolution" type="xs:string"/>
<xs:attribute name="effectslowdown" type="xs:float"/>
<xs:attribute name="debugging" type="xs:boolean"/>